Files
qemu/hw
Gerd Hoffmann b791c3b38c usb: add usb_pick_speed
We can pick the usb port speed in generic code, by looking at the port
and device speed masks and looking for the fastest match.  So add a
function to do exactly that, and drop the speed setting code from
usb_desc_attach as it isn't needed any more.

This way we can set the device speed before calling port->ops->attach,
which fixes some xhci hotplug issues.

https://bugzilla.redhat.com/show_bug.cgi?id=1046873

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2014-06-02 16:29:00 +02:00
..
2014-05-28 17:36:21 +02:00
2014-05-28 17:36:21 +02:00
2013-12-24 18:02:18 +01:00
2014-05-28 17:36:21 +02:00
2014-05-24 19:43:52 +02:00
2014-05-26 10:41:22 +04:00
2014-05-28 17:36:21 +02:00
2013-08-22 19:10:27 +02:00
2014-06-02 16:29:00 +02:00