From: AceLan Kao Date: Wed, 2 Oct 2013 09:35:26 +0000 (+0800) Subject: HID: usbhid: quirk for Synaptics Large Touchccreen X-Git-Tag: v3.2.60~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a0defb0267fd64b0ecb345b698f190f2625ad14;p=pandora-kernel.git HID: usbhid: quirk for Synaptics Large Touchccreen commit 8171a67d587a09e14a4949a81e070345fedcf410 upstream. 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 Signed-off-by: Jiri Kosina [bwh: Backported to 3.2: - Adjust context - Add definition of USB_VENDOR_ID_SYNAPTICS] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed