diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-14 16:41:43 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:51:04 -0400 |
commit | a48c65b35a6f993aec13d18a37f6ea71fbcb0c06 (patch) | |
tree | 504d1e2e250f433e3cdaf9bd3d21853903b9def7 /drivers/hid/Kconfig | |
parent | ffcf70fb0693f1ab0133f973b5b9c552be766b16 (diff) |
HID: add support for Bright ABNT2 brazilian device
This keyboard needs to reset the LEDS during probe.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index fc4f80c4006c..6d7753be44fc 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -110,6 +110,13 @@ config HID_BELKIN | |||
110 | ---help--- | 110 | ---help--- |
111 | Support for Belkin Flip KVM and Wireless keyboard. | 111 | Support for Belkin Flip KVM and Wireless keyboard. |
112 | 112 | ||
113 | config HID_BRIGHT | ||
114 | tristate "Bright" | ||
115 | default m | ||
116 | depends on USB_HID | ||
117 | ---help--- | ||
118 | Support for Bright ABNT-2 keyboard. | ||
119 | |||
113 | config HID_CHERRY | 120 | config HID_CHERRY |
114 | tristate "Cherry" | 121 | tristate "Cherry" |
115 | default m | 122 | default m |