diff options
author | Janne Kanniainen <janne.kanniainen@gmail.com> | 2014-06-18 19:05:02 +0300 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-07-01 08:45:56 -0700 |
commit | f471d9480275796dea2ac7ec249b050e70a2888d (patch) | |
tree | 51f5ac39050dcf045bc5a45a67af67c300ae0512 /drivers/hid/Kconfig | |
parent | 44a1255b03aeedb56cbe7cf27461458bd4513049 (diff) | |
download | blackbird-op-linux-f471d9480275796dea2ac7ec249b050e70a2888d.tar.gz blackbird-op-linux-f471d9480275796dea2ac7ec249b050e70a2888d.zip |
HID: add support for MSI GT683R led panels
This driver adds support for USB controlled led panels that exists in
MSI GT683R laptop
Signed-off-by: Janne Kanniainen <janne.kanniainen@gmail.com>
Reviewed-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 800c8b60f7a2..bc7ecbdd03da 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -261,6 +261,20 @@ config HOLTEK_FF Say Y here if you have a Holtek On Line Grip based game controller and want to have force feedback support for it. +config HID_GT683R + tristate "MSI GT68xR LED support" + depends on LEDS_CLASS && USB_HID + ---help--- + Say Y here if you want to enable support for the three MSI GT68xR LEDs + + This driver support following modes: + - Normal: LEDs are fully on when enabled + - Audio: LEDs brightness depends on sound level + - Breathing: LEDs brightness varies at human breathing rate + + Currently the following devices are know to be supported: + - MSI GT683R + config HID_HUION tristate "Huion tablets" depends on USB_HID |