[Qemu-devel] [PATCH 13/13] usb: add USB_RET_IOERROR

2012-03-02 Thread Hans de Goede
We already have USB_RET_NAK, but that means that a device does not want to send/receive right now. But with host / network redirection we can actually have a transaction fail due to some io error, rather then ie the device just not having any data atm. This patch adds a new error code named USB_RE

[Qemu-devel] [PATCH 13/13] usb: add USB_RET_IOERROR

2012-03-02 Thread Hans de Goede
We already have USB_RET_NAK, but that means that a device does not want to send/receive right now. But with host / network redirection we can actually have a transaction fail due to some io error, rather then ie the device just not having any data atm. This patch adds a new error code named USB_RE