Re: [Qemu-devel] [PATCH] usb: cancel async packets on unplug

2011-05-23 Thread Hans de Goede
Hi, Looks good to me, good way to fix this! Acked-by: Hans de Goede Regards, Hans On 05/23/2011 05:40 PM, Gerd Hoffmann wrote: This patch adds USBBusOps struct with (for now) only a single callback which is called when a device is about to be destroyed. The USB Host adapters are implementi

[Qemu-devel] [PATCH] usb: cancel async packets on unplug

2011-05-23 Thread Gerd Hoffmann
This patch adds USBBusOps struct with (for now) only a single callback which is called when a device is about to be destroyed. The USB Host adapters are implementing this callback and use it to cancel any async requests which might be in flight before the device actually goes away. Signed-off-by: