]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
USB: quirks: enable device-qualifier quirk for Elan Touchscreen
authorJohan Hovold <johan@kernel.org>
Mon, 25 Aug 2014 15:51:27 +0000 (17:51 +0200)
committerJiri Slaby <jslaby@suse.cz>
Thu, 13 Nov 2014 18:02:50 +0000 (19:02 +0100)
commit08972217dab2d966e18ee52813f1ddcb219baf36
tree06abd62edf774766119d87f71adbba93ff9553b8
parent856cb361321b3ba16f90dd07e695b6fd4ccea5e1
USB: quirks: enable device-qualifier quirk for Elan Touchscreen

commit c68929f75dfcb6354918862b91b5778585de1fa5 upstream.

Enable device-qualifier quirk for Elan Touchscreen, which often fails to
handle requests for the device_descriptor.

Note that the device sometimes do respond properly with a Request Error
(three times as USB core retries), but usually fails to respond at all.
When this happens any further descriptor requests also fails, for
example:

[ 1528.688934] usb 2-7: new full-speed USB device number 4 using xhci_hcd
[ 1530.945588] usb 2-7: unable to read config index 0 descriptor/start: -71
[ 1530.945592] usb 2-7: can't read configurations, error -71

This has been observed repeating for over a minute before eventual
successful enumeration.

Reported-by: Drew Von Spreecken <drewvs@gmail.com>
Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/usb/core/quirks.c