diff options
author | AceLan Kao <acelan.kao@canonical.com> | 2013-10-02 13:35:27 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-09 14:24:00 +0400 |
commit | 684524d35fe8d13be1f2649633e43bd02c96c695 (patch) | |
tree | b362f69ddcbcf5feef4e80b46055f8bd11e30020 /drivers/hid/hid-ids.h | |
parent | 8171a67d587a09e14a4949a81e070345fedcf410 (diff) | |
download | linux-684524d35fe8d13be1f2649633e43bd02c96c695.tar.xz |
HID: usbhid: quirk for SiS Touchscreen
BugLink: http://bugs.launchpad.net/bugs/1180881
This device needs to be added to the quirks list with HID_QUIRK_NO_INIT_REPORTS,
otherwise it causes 10 seconds timeout during report initialization.
[12431.828467] hid-multitouch 0003:0457:1013.0475: usb_submit_urb(ctrl) failed: -1
[12431.828507] hid-multitouch 0003:0457:1013.0475: timeout initializing reports
Signed-off-by: AceLan Kao <acelan.kao@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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index bf58d3c69b09..3425642f7a36 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -921,4 +921,7 @@ #define USB_VENDOR_ID_PRIMAX 0x0461 #define USB_DEVICE_ID_PRIMAX_KEYBOARD 0x4e05 +#define USB_VENDOR_ID_SIS 0x0457 +#define USB_DEVICE_ID_SIS_TS 0x1013 + #endif |