aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-ids.h
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2011-02-17 09:12:45 -0500
committerJiri Kosina <jkosina@suse.cz>2011-02-17 09:12:45 -0500
commit177900e8c9ab28cdf097314fe7dd3877774df97d (patch)
tree1936e26251316bdbaebdd07f2f3ede2d1cc9e976 /drivers/hid/hid-ids.h
parent6d3bfb74341c2c1454fcf5ec9c4dd707011f78e5 (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/hid-ids.h')
-rw-r--r--drivers/hid/hid-ids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index 15aca15a0a7b..8fc82a7b2a82 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -345,6 +345,9 @@
345#define USB_VENDOR_ID_KWORLD 0x1b80 345#define USB_VENDOR_ID_KWORLD 0x1b80
346#define USB_DEVICE_ID_KWORLD_RADIO_FM700 0xd700 346#define USB_DEVICE_ID_KWORLD_RADIO_FM700 0xd700
347 347
348#define USB_VENDOR_ID_KEYTOUCH 0x0926
349#define USB_DEVICE_ID_KEYTOUCH_IEC 0x3333
350
348#define USB_VENDOR_ID_KYE 0x0458 351#define USB_VENDOR_ID_KYE 0x0458
349#define USB_DEVICE_ID_KYE_ERGO_525V 0x0087 352#define USB_DEVICE_ID_KYE_ERGO_525V 0x0087
350#define USB_DEVICE_ID_KYE_GPEN_560 0x5003 353#define USB_DEVICE_ID_KYE_GPEN_560 0x5003