]> git.karo-electronics.de Git - karo-tx-linux.git/commit
HID: usbhid: quirk for Synaptics Large Touchccreen
authorAceLan Kao <acelan.kao@canonical.com>
Wed, 2 Oct 2013 09:35:26 +0000 (17:35 +0800)
committerJiri Kosina <jkosina@suse.cz>
Wed, 9 Oct 2013 10:24:00 +0000 (12:24 +0200)
commit8171a67d587a09e14a4949a81e070345fedcf410
treee30172c537d0c4a3be82b12511af5486bedfc730
parentf50f9aabf32db7414551ffdfdccc71be5f3d6e7d
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>
drivers/hid/hid-ids.h
drivers/hid/usbhid/hid-quirks.c