usb-host: allow emulated (non-async) control requests without USBPacket
commit63587e31353b6652cadfcfb869f5692a2b69daeb
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 6 Sep 2012 10:03:41 +0000 (6 12:03 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 12 Sep 2012 06:09:48 +0000 (12 08:09 +0200)
treebbd31242ec0a5e5a3e04d1e846343ba11b48fd58
parente0a1e32dbc41e6b2aabb436a9417dfd32177a3dc
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>
hw/usb/host-linux.c