xhci: fix control xfers
commit2850ca9ed1023ce30ecd0582a66ded7a180e7616
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 1 Mar 2012 14:51:51 +0000 (1 15:51 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 7 Mar 2012 11:28:05 +0000 (7 12:28 +0100)
treed1e7945b62a826aa4f9d24ee21391fc25df9dc5e
parent1b4b29a11483a050855838014413c91e9c1f8c19
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.
hw/usb-xhci.c