]> Git Repo - qemu.git/commit
xhci: fix control xfers
authorGerd Hoffmann <[email protected]>
Thu, 1 Mar 2012 14:51:51 +0000 (15:51 +0100)
committerGerd Hoffmann <[email protected]>
Wed, 7 Mar 2012 11:28:05 +0000 (12:28 +0100)
commit2850ca9ed1023ce30ecd0582a66ded7a180e7616
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
This page took 0.023187 seconds and 4 git commands to generate.