commit | 2850ca9ed1023ce30ecd0582a66ded7a180e7616 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Mar 01 15:51:51 2012 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Mar 07 12:28:05 2012 +0100 |
tree | d1e7945b62a826aa4f9d24ee21391fc25df9dc5e | |
parent | 1b4b29a11483a050855838014413c91e9c1f8c19 [diff] |
xhci: fix control xfers Use the new, direct control transfer submission method instead of bypassing the usb core by calling usb_device_handle_control directly. The later fails for async control transfers. This patch gets xhci + usb-host combo going.