diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2010-04-14 18:28:11 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-04-14 18:28:11 -0400 |
commit | 36213e1e40fb863e2e8ef607b2958504b48f6b8e (patch) | |
tree | 848eb96dc7feeb5acfaaa6a84b01b029afdcb289 /drivers/hid/hid-ids.h | |
parent | ab195c58b864802c15e494f06ae109413e12d50b (diff) |
HID: added support for the Cando dual touch panel
Added support for the Cando dual touch panels, found in the Lenovo S10-3t.
Signed-off-by: Stephane Chatty <chatty@enac.fr>
Tested-by: Priya Vijayan <priya.vijayan@intel.com>
Tested-by: Florian Echtler <floe@butterbrot.org>
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 797e06470356..635970462eaa 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -123,6 +123,9 @@ | |||
123 | #define USB_VENDOR_ID_BERKSHIRE 0x0c98 | 123 | #define USB_VENDOR_ID_BERKSHIRE 0x0c98 |
124 | #define USB_DEVICE_ID_BERKSHIRE_PCWD 0x1140 | 124 | #define USB_DEVICE_ID_BERKSHIRE_PCWD 0x1140 |
125 | 125 | ||
126 | #define USB_VENDOR_ID_CANDO 0x2087 | ||
127 | #define USB_DEVICE_ID_CANDO_MULTI_TOUCH 0x0a01 | ||
128 | |||
126 | #define USB_VENDOR_ID_CH 0x068e | 129 | #define USB_VENDOR_ID_CH 0x068e |
127 | #define USB_DEVICE_ID_CH_PRO_PEDALS 0x00f2 | 130 | #define USB_DEVICE_ID_CH_PRO_PEDALS 0x00f2 |
128 | #define USB_DEVICE_ID_CH_COMBATSTICK 0x00f4 | 131 | #define USB_DEVICE_ID_CH_COMBATSTICK 0x00f4 |