[Qemu-devel] [PATCH 1/7] usb-host-libusb: Fix reset handling

2013-10-24 Thread Gerd Hoffmann
From: Hans de Goede The guest will issue an initial device reset when the device is attached, but since the current usb-host-libusb code only actually does the reset when udev->configuration != 0, and on attach the device is not yet configured, the reset gets ignored. This means that the device g

[Qemu-devel] [PATCH 1/7] usb-host-libusb: Fix reset handling

2013-09-23 Thread Hans de Goede
The guest will issue an initial device reset when the device is attached, but since the current usb-host-libusb code only actually does the reset when udev->configuration != 0, and on attach the device is not yet configured, the reset gets ignored. This means that the device gets passed to the gues