diff options
author | Wen-chien Jesse Sung <jesse.sung@canonical.com> | 2014-07-02 17:06:59 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-07-07 17:40:18 +0400 |
commit | 3179e8e684603645b573fdc46139473d5ee4b189 (patch) | |
tree | 38cb8288aa6fba6f834841211263f96577d51e9b /drivers/hid/hid-ids.h | |
parent | ceec634076b91bea57107541a46e92d765c69488 (diff) | |
download | linux-3179e8e684603645b573fdc46139473d5ee4b189.tar.xz |
HID: use multi input quirk for 22b9:2968
This device generates ABS_Z and ABS_RX events instead of ABS_X and
ABS_Y.
Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 1efeb12a38c7..48b66bbffc94 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -323,6 +323,7 @@ #define USB_VENDOR_ID_ETURBOTOUCH 0x22b9 #define USB_DEVICE_ID_ETURBOTOUCH 0x0006 +#define USB_DEVICE_ID_ETURBOTOUCH_2968 0x2968 #define USB_VENDOR_ID_EZKEY 0x0518 #define USB_DEVICE_ID_BTC_8193 0x0002 |