diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2011-09-17 16:27:30 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-09-20 09:14:30 -0400 |
commit | a062cc5a76fa1d12f0821e56e3746cad2dc2fc65 (patch) | |
tree | 633b11a13257e15f6fdc44d4e8800a023a6a406f /drivers/hid/hid-ids.h | |
parent | c50bb1a4005630f47b5da26336f74a485033a515 (diff) |
HID: hid-multitouch: add support for the IDEACOM 6650 chip
The IDEACOM 6650 multitouch chip, present in various all-in-one computers,
uses the serial version of the HID multitouch protocol. No existing class
supports this.
In principle, the new MT_CLS_SERIAL should work for other
serial panels as well, perhaps including some eGalax panels.
Signed-off-by: Stephane Chatty <chatty@enac.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 637e6e96a0d7..33b983413dbe 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -347,6 +347,9 @@ | |||
347 | #define USB_DEVICE_ID_UGCI_FLYING 0x0020 | 347 | #define USB_DEVICE_ID_UGCI_FLYING 0x0020 |
348 | #define USB_DEVICE_ID_UGCI_FIGHTING 0x0030 | 348 | #define USB_DEVICE_ID_UGCI_FIGHTING 0x0030 |
349 | 349 | ||
350 | #define USB_VENDOR_ID_IDEACOM 0x1cb6 | ||
351 | #define USB_DEVICE_ID_IDEACOM_IDC6650 0x6650 | ||
352 | |||
350 | #define USB_VENDOR_ID_ILITEK 0x222a | 353 | #define USB_VENDOR_ID_ILITEK 0x222a |
351 | #define USB_DEVICE_ID_ILITEK_MULTITOUCH 0x0001 | 354 | #define USB_DEVICE_ID_ILITEK_MULTITOUCH 0x0001 |
352 | 355 | ||