]> git.ipfire.org Git - thirdparty/qemu.git/commit
usb-host: allow emulated (non-async) control requests without USBPacket
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 6 Sep 2012 10:03:41 +0000 (12:03 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:15 +0000 (21:44 -0500)
commit462ff6fda1409a8ae20772c09c6444dc3ce25d88
treef14f3e9ec71520ce74f41118600a41a73a0ee2b2
parentb26859ab1803dc30e9510e8d8083c18b9970e6c4
usb-host: allow emulated (non-async) control requests without USBPacket

xhci needs this for USB_REQ_SET_ADDRESS due to the way
usb addressing is handled by the xhci hardware.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 63587e31353b6652cadfcfb869f5692a2b69daeb)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/usb/host-linux.c