diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-02-17 15:12:45 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-17 15:12:45 +0100 |
commit | 177900e8c9ab28cdf097314fe7dd3877774df97d (patch) | |
tree | 1936e26251316bdbaebdd07f2f3ede2d1cc9e976 /drivers/hid/Kconfig | |
parent | 6d3bfb74341c2c1454fcf5ec9c4dd707011f78e5 (diff) | |
download | linux-177900e8c9ab28cdf097314fe7dd3877774df97d.tar.gz linux-177900e8c9ab28cdf097314fe7dd3877774df97d.tar.bz2 linux-177900e8c9ab28cdf097314fe7dd3877774df97d.zip |
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 ---help--- Support for Ezkey BTC 8193 keyboard. +config HID_KEYTOUCH + tristate "Keyoutch HID devices" + depends on USB_HID + ---help--- + Support for Keytouch HID devices not fully compliant with + the specification. Currently supported: + - Keytouch IEC 60945 + config HID_KYE tristate "Kye/Genius Ergo Mouse" if EMBEDDED depends on USB_HID |