diff options
Diffstat (limited to 'hw/usb-uhci.c')
-rw-r--r-- | hw/usb-uhci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c index 70e3881321..2c6ed38608 100644 --- a/hw/usb-uhci.c +++ b/hw/usb-uhci.c @@ -765,6 +765,7 @@ out: break; return 1; + case USB_RET_IOERROR: case USB_RET_NODEV: default: break; |