diff options
author | Johnathon Harris <jmharris@gmail.com> | 2010-01-21 09:36:52 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-01-25 19:57:35 -0500 |
commit | cd9ec30da58bcd8ab154eba9eb54d16c67e7ef3b (patch) | |
tree | 0ff7615deddc3a7d2389808232d1172f508df777 /drivers/hid/Kconfig | |
parent | 8b0e58a70a7a41443c779de074288035b014cb94 (diff) |
HID: add support for Ortek WKB-2000
This patch adds a new USB HID driver for the Ortek WKB-2000, working around an
incorrect LogicalMaximum value in the USB resource descriptor.
Tracked by http://bugzilla.kernel.org/show_bug.cgi?id=14787
Bug originally reported by Ubuntu users: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/405390
Signed-off-by: Johnathon Harris <jmharris@gmail.com>
Tested-by: Daniel J Blueman <daniel.blueman@gmail.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 38e969207636..139668d6382a 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -218,6 +218,13 @@ config HID_NTRIG | |||
218 | ---help--- | 218 | ---help--- |
219 | Support for N-Trig touch screen. | 219 | Support for N-Trig touch screen. |
220 | 220 | ||
221 | config HID_ORTEK | ||
222 | tristate "Ortek" if EMBEDDED | ||
223 | depends on USB_HID | ||
224 | default !EMBEDDED | ||
225 | ---help--- | ||
226 | Support for Ortek WKB-2000 wireless keyboard + mouse trackpad. | ||
227 | |||
221 | config HID_PANTHERLORD | 228 | config HID_PANTHERLORD |
222 | tristate "Pantherlord support" if EMBEDDED | 229 | tristate "Pantherlord support" if EMBEDDED |
223 | depends on USB_HID | 230 | depends on USB_HID |