diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2011-09-18 00:27:30 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-09-20 17:14:30 +0400 |
commit | a062cc5a76fa1d12f0821e56e3746cad2dc2fc65 (patch) | |
tree | 633b11a13257e15f6fdc44d4e8800a023a6a406f /drivers/hid/hid-ids.h | |
parent | c50bb1a4005630f47b5da26336f74a485033a515 (diff) | |
download | linux-a062cc5a76fa1d12f0821e56e3746cad2dc2fc65.tar.xz |
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 @@ #define USB_DEVICE_ID_UGCI_FLYING 0x0020 #define USB_DEVICE_ID_UGCI_FIGHTING 0x0030 +#define USB_VENDOR_ID_IDEACOM 0x1cb6 +#define USB_DEVICE_ID_IDEACOM_IDC6650 0x6650 + #define USB_VENDOR_ID_ILITEK 0x222a #define USB_DEVICE_ID_ILITEK_MULTITOUCH 0x0001 |