diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2014-02-28 11:41:25 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-03-05 14:29:31 +0100 |
commit | 6aef704e38293524067505eeafec9c811b18d66a (patch) | |
tree | 6c38bc7a38fa4c0cbcf4b1fc71bf80bfaf8954e8 /drivers/hid/hid-ids.h | |
parent | e55f62008671f9200e124bcb3c736cfc3e661c2a (diff) | |
download | talos-obmc-linux-6aef704e38293524067505eeafec9c811b18d66a.tar.gz talos-obmc-linux-6aef704e38293524067505eeafec9c811b18d66a.zip |
HID: multitouch: add support of other generic collections in hid-mt
The ANTON Touch Pad is a device which can switch from a multitouch
touchpad to a mouse. It thus presents several generic collections which
are currently ignored by hid-multitouch. Enable them by not ignoring
them in mt_input_mapping.
Adding also a suffix for them depending on their application.
Reported-by: Edel Maks <edelmaks@gmail.com>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
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 92b40c09d917..ca9b206a01c1 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -67,6 +67,9 @@ #define USB_VENDOR_ID_ALPS 0x0433 #define USB_DEVICE_ID_IBM_GAMEPAD 0x1101 +#define USB_VENDOR_ID_ANTON 0x1130 +#define USB_DEVICE_ID_ANTON_TOUCH_PAD 0x3101 + #define USB_VENDOR_ID_APPLE 0x05ac #define USB_DEVICE_ID_APPLE_MIGHTYMOUSE 0x0304 #define USB_DEVICE_ID_APPLE_MAGICMOUSE 0x030d |