diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2016-01-04 10:08:54 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-01-21 14:13:01 +0100 |
commit | 962b7a0e77015802f0ceefe6f0e3cad3f10fd4f8 (patch) | |
tree | 858ae3ac7069b09a65dbd887c70ce21bca5b69a5 /drivers/hid/hid-ids.h | |
parent | HID: core: prevent out-of-bound readings (diff) | |
download | linux-962b7a0e77015802f0ceefe6f0e3cad3f10fd4f8.tar.xz linux-962b7a0e77015802f0ceefe6f0e3cad3f10fd4f8.zip |
HID: add HID_QUIRK_NOGET to Quanta 3003 too
dmesg shows a lot of:
[ 1374.890348] hid-multitouch 0003:0408:3003.0007: usb_submit_urb(ctrl) failed: -1
[ 1384.916388] hid-multitouch 0003:0408:3003.0007: usb_submit_urb(ctrl) failed: -1
[ 1384.916432] hid-multitouch 0003:0408:3003.0007: timeout initializing reports
Add the quirk and make the touchscreen happy.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Tested-by: Jim lovell <jimlovell777@gmail.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 b6ff6e78ac54..bfd2c9d834d0 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -800,6 +800,7 @@ #define USB_VENDOR_ID_QUANTA 0x0408 #define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH 0x3000 #define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3001 0x3001 +#define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3003 0x3003 #define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3008 0x3008 #define USB_VENDOR_ID_RAZER 0x1532 |