diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2016-07-04 22:45:54 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-07-07 12:17:12 +0300 |
commit | de9086509e716e9797f401dd260d5b4bdd2244c7 (patch) | |
tree | ce91d0f0b88f92b174c5aeaa10d6c47293adfa95 /drivers/hid/Kconfig | |
parent | 34d9810b316b6de11a801a30339c070d1798a7b0 (diff) | |
download | linux-de9086509e716e9797f401dd260d5b4bdd2244c7.tar.xz |
HID: hid-led: add support for Delcom Visual Signal Indicator G2
Add support for the HID-compliant Delcom Visual Signal Indicator
generation 2 devices.
Successfully tested with part no 904000 from the family of these devices.
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 8b1eb47930bc..e33ccefe3e54 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -397,6 +397,7 @@ config HID_LED - Riso Kagaku Webmail Notifier - Dream Cheeky Webmail Notifier and Friends Alert - ThingM blink(1) + - Delcom Visual Signal Indicator Generation 2 To compile this driver as a module, choose M here: the module will be called hid-led. |