Re: [Qemu-devel] [PATCH V2] Re-attach usb device to kernel while usb_host_open fails

2015-06-24 Thread Gerd Hoffmann
On Mi, 2015-06-24 at 13:40 +0800, Lin Ma wrote: > Signed-off-by: Lin Ma > Reviewed-by: Gonglei Added to usb patch queue. thanks, Gerd

[Qemu-devel] [PATCH V2] Re-attach usb device to kernel while usb_host_open fails

2015-06-23 Thread Lin Ma
Signed-off-by: Lin Ma Reviewed-by: Gonglei --- Changes in V2: * For avoiding regression issue, Dont remove the usb device from global hostdevs list while usb speed mismatch occurs. * Add missing R-by information. hw/usb/host-libusb.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/