diff options
author | AceLan Kao <acelan.kao@canonical.com> | 2013-10-02 05:35:26 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-09 06:24:00 -0400 |
commit | 8171a67d587a09e14a4949a81e070345fedcf410 (patch) | |
tree | e30172c537d0c4a3be82b12511af5486bedfc730 /drivers/hid/hid-ids.h | |
parent | f50f9aabf32db7414551ffdfdccc71be5f3d6e7d (diff) |
HID: usbhid: quirk for Synaptics Large Touchccreen
BugLink: http://bugs.launchpad.net/bugs/1180881
Synaptics large touchscreen doesn't support some of the report request
while initializing. The unspoorted request will make the device unreachable,
and will lead to the following usb_submit_urb() function call timeout.
So, add the IDs into HID_QUIRK_NO_INIT_REPORTS quirk.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 9cbc7ab07dfa..bf58d3c69b09 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -792,6 +792,8 @@ | |||
792 | #define USB_DEVICE_ID_SYNAPTICS_COMP_TP 0x0009 | 792 | #define USB_DEVICE_ID_SYNAPTICS_COMP_TP 0x0009 |
793 | #define USB_DEVICE_ID_SYNAPTICS_WTP 0x0010 | 793 | #define USB_DEVICE_ID_SYNAPTICS_WTP 0x0010 |
794 | #define USB_DEVICE_ID_SYNAPTICS_DPAD 0x0013 | 794 | #define USB_DEVICE_ID_SYNAPTICS_DPAD 0x0013 |
795 | #define USB_DEVICE_ID_SYNAPTICS_LTS1 0x0af8 | ||
796 | #define USB_DEVICE_ID_SYNAPTICS_LTS2 0x1d10 | ||
795 | 797 | ||
796 | #define USB_VENDOR_ID_THINGM 0x27b8 | 798 | #define USB_VENDOR_ID_THINGM 0x27b8 |
797 | #define USB_DEVICE_ID_BLINK1 0x01ed | 799 | #define USB_DEVICE_ID_BLINK1 0x01ed |