aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2009-03-04 10:09:40 -0500
committerJiri Kosina <jkosina@suse.cz>2009-03-30 09:12:53 -0400
commitfdf93aa33268889e126aa677f2072238bd76adb0 (patch)
tree62283ae9912df1b74b6062478ef9bd135e39cc8d /drivers/hid/Kconfig
parent3f866fbd52d1863db5c07700e560aef22c4fdc01 (diff)
HID: support for Kensington slimblade device
0x47d/0x2041 device sends two extra buttons in 0xff00 usage page and therefore requires special handling. Reported-by: Jason Noble <nobleja@polezero.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 9cc662c7e744..c16fc4fb13bf 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -150,6 +150,13 @@ config HID_GYRATION
150 ---help--- 150 ---help---
151 Support for Gyration remote control. 151 Support for Gyration remote control.
152 152
153config HID_KENSINGTON
154 tristate "Kensington" if EMBEDDED
155 depends on USB_HID
156 default !EMBEDDED
157 ---help---
158 Support for Kensington Slimblade Trackball.
159
153config HID_LOGITECH 160config HID_LOGITECH
154 tristate "Logitech" if EMBEDDED 161 tristate "Logitech" if EMBEDDED
155 depends on USB_HID 162 depends on USB_HID