diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-02-17 09:12:45 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-17 09:12:45 -0500 |
commit | 177900e8c9ab28cdf097314fe7dd3877774df97d (patch) | |
tree | 1936e26251316bdbaebdd07f2f3ede2d1cc9e976 /drivers/hid/Kconfig | |
parent | 6d3bfb74341c2c1454fcf5ec9c4dd707011f78e5 (diff) |
HID: add support for Keytouch IEC 60945
The keyboard has several bugs in its report descriptor, most
importantly the Logical Min/Max are completely off.
Replace it with simplified descriptor which describes it properly.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 94e73db580d2..5fa0b952914c 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -180,6 +180,14 @@ config HID_EZKEY | |||
180 | ---help--- | 180 | ---help--- |
181 | Support for Ezkey BTC 8193 keyboard. | 181 | Support for Ezkey BTC 8193 keyboard. |
182 | 182 | ||
183 | config HID_KEYTOUCH | ||
184 | tristate "Keyoutch HID devices" | ||
185 | depends on USB_HID | ||
186 | ---help--- | ||
187 | Support for Keytouch HID devices not fully compliant with | ||
188 | the specification. Currently supported: | ||
189 | - Keytouch IEC 60945 | ||
190 | |||
183 | config HID_KYE | 191 | config HID_KYE |
184 | tristate "Kye/Genius Ergo Mouse" if EMBEDDED | 192 | tristate "Kye/Genius Ergo Mouse" if EMBEDDED |
185 | depends on USB_HID | 193 | depends on USB_HID |