diff mbox

[1/2] Return usb device to host on usb_del command

Message ID 825e9ab2f3f824e6523078b6af0686ca54e37d04.1276335589.git.shaharh@redhat.com
State New
Headers show

Commit Message

Shahar Havivi June 12, 2010, 9:59 a.m. UTC
Signed-off-by: Shahar Havivi <shaharh@redhat.com>
---
 usb-linux.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/usb-linux.c b/usb-linux.c
index 88273ff..22a85e3 100644
--- a/usb-linux.c
+++ b/usb-linux.c
@@ -991,6 +991,7 @@  static int usb_host_close(USBHostDevice *dev)
     async_complete(dev);
     dev->closing = 0;
     usb_device_detach(&dev->dev);
+    ioctl(dev->fd, USBDEVFS_RESET);
     close(dev->fd);
     dev->fd = -1;
     return 0;