diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-14 22:41:43 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 23:51:04 +0200 |
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 fc4f80c4006..6d7753be44f 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -110,6 +110,13 @@ config HID_BELKIN ---help--- Support for Belkin Flip KVM and Wireless keyboard. +config HID_BRIGHT + tristate "Bright" + default m + depends on USB_HID + ---help--- + Support for Bright ABNT-2 keyboard. + config HID_CHERRY tristate "Cherry" default m |