qemu-e2k/hw/usb
Hans de Goede 181133404f usb-redir: Never return USB_RET_NAK for async handled packets
USB_RET_NAK is not a valid response for async handled packets (and will
trigger an assert as such).

Also drop the warning when receiving a status of cancelled for packets not
cancelled by qemu itself, this can happen when a device gets unredirected
by the usbredir-host while transfers are pending.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2012-09-11 07:42:59 +02:00
..
bus.c
core.c
desc.c
desc.h
dev-audio.c
dev-bluetooth.c
dev-hid.c
dev-hub.c
dev-network.c
dev-serial.c
dev-smartcard-reader.c
dev-storage.c
dev-uas.c
dev-wacom.c
hcd-ehci.c
hcd-musb.c
hcd-ohci.c
hcd-uhci.c
hcd-xhci.c
host-bsd.c
host-linux.c
host-stub.c
libhw.c
Makefile.objs
redirect.c usb-redir: Never return USB_RET_NAK for async handled packets 2012-09-11 07:42:59 +02:00