aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJanne Kanniainen <janne.kanniainen@gmail.com>2014-06-18 12:05:02 -0400
committerBryan Wu <cooloney@gmail.com>2014-07-01 11:45:56 -0400
commitf471d9480275796dea2ac7ec249b050e70a2888d (patch)
tree51f5ac39050dcf045bc5a45a67af67c300ae0512 /drivers/hid/Kconfig
parent44a1255b03aeedb56cbe7cf27461458bd4513049 (diff)
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/Kconfig14
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
261 Say Y here if you have a Holtek On Line Grip based game controller 261 Say Y here if you have a Holtek On Line Grip based game controller
262 and want to have force feedback support for it. 262 and want to have force feedback support for it.
263 263
264config HID_GT683R
265 tristate "MSI GT68xR LED support"
266 depends on LEDS_CLASS && USB_HID
267 ---help---
268 Say Y here if you want to enable support for the three MSI GT68xR LEDs
269
270 This driver support following modes:
271 - Normal: LEDs are fully on when enabled
272 - Audio: LEDs brightness depends on sound level
273 - Breathing: LEDs brightness varies at human breathing rate
274
275 Currently the following devices are know to be supported:
276 - MSI GT683R
277
264config HID_HUION 278config HID_HUION
265 tristate "Huion tablets" 279 tristate "Huion tablets"
266 depends on USB_HID 280 depends on USB_HID