diff options
author | Benjamin Tissoires <benjamin.tissoires@enac.fr> | 2011-01-07 17:45:50 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-11 15:26:54 -0500 |
commit | 5519cab477b61326963c8d523520db0342862b63 (patch) | |
tree | 9c0fab5c3eefe6566d80c231971862e2355b2481 /drivers/hid/hid-ids.h | |
parent | 281054ac8dfc083442c571be44f1c5b9821812ae (diff) |
HID: hid-multitouch: support for PixCir-based panels
Created a driver for PixCir based dual-touch panels, including the one
in the Hanvon tablet. This is done in a code structure aimed at unifying
support for several existing HID multitouch panels.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Signed-off-by: Stéphane 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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 8e11af86b014..bd3cd551b4ee 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -134,6 +134,7 @@ | |||
134 | #define USB_DEVICE_ID_BTC_EMPREX_REMOTE_2 0x5577 | 134 | #define USB_DEVICE_ID_BTC_EMPREX_REMOTE_2 0x5577 |
135 | 135 | ||
136 | #define USB_VENDOR_ID_CANDO 0x2087 | 136 | #define USB_VENDOR_ID_CANDO 0x2087 |
137 | #define USB_DEVICE_ID_CANDO_PIXCIR_MULTI_TOUCH 0x0703 | ||
137 | #define USB_DEVICE_ID_CANDO_MULTI_TOUCH 0x0a01 | 138 | #define USB_DEVICE_ID_CANDO_MULTI_TOUCH 0x0a01 |
138 | #define USB_DEVICE_ID_CANDO_MULTI_TOUCH_11_6 0x0b03 | 139 | #define USB_DEVICE_ID_CANDO_MULTI_TOUCH_11_6 0x0b03 |
139 | #define USB_DEVICE_ID_CANDO_MULTI_TOUCH_15_6 0x0f01 | 140 | #define USB_DEVICE_ID_CANDO_MULTI_TOUCH_15_6 0x0f01 |
@@ -308,6 +309,9 @@ | |||
308 | #define USB_DEVICE_ID_HANWANG_TABLET_FIRST 0x5000 | 309 | #define USB_DEVICE_ID_HANWANG_TABLET_FIRST 0x5000 |
309 | #define USB_DEVICE_ID_HANWANG_TABLET_LAST 0x8fff | 310 | #define USB_DEVICE_ID_HANWANG_TABLET_LAST 0x8fff |
310 | 311 | ||
312 | #define USB_VENDOR_ID_HANVON 0x20b3 | ||
313 | #define USB_DEVICE_ID_HANVON_MULTITOUCH 0x0a18 | ||
314 | |||
311 | #define USB_VENDOR_ID_HAPP 0x078b | 315 | #define USB_VENDOR_ID_HAPP 0x078b |
312 | #define USB_DEVICE_ID_UGCI_DRIVING 0x0010 | 316 | #define USB_DEVICE_ID_UGCI_DRIVING 0x0010 |
313 | #define USB_DEVICE_ID_UGCI_FLYING 0x0020 | 317 | #define USB_DEVICE_ID_UGCI_FLYING 0x0020 |