diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2016-07-04 21:47:52 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-07-07 11:20:59 +0200 |
commit | 9d1e048cc8e1f9317b0bff611021aaf52e65f9d4 (patch) | |
tree | b790babe8b821113ea38a20a00ad3513a4174d1e /drivers/hid/Kconfig | |
parent | de9086509e716e9797f401dd260d5b4bdd2244c7 (diff) | |
download | linux-9d1e048cc8e1f9317b0bff611021aaf52e65f9d4.tar.bz2 |
HID: hid-led: add support for Greynut Luxafor
Add support for Greynut Luxafor. This device has two groups of three
independent LED's each.
Successfully tested with such a device.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index e33ccefe3e54..8b4b38fb9e7e 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -398,6 +398,7 @@ config HID_LED - Dream Cheeky Webmail Notifier and Friends Alert - ThingM blink(1) - Delcom Visual Signal Indicator Generation 2 + - Greynut Luxafor To compile this driver as a module, choose M here: the module will be called hid-led. |