]> git.proxmox.com Git - qemu.git/blobdiff - usb-linux.c
Incorporate changes from v2 of Gleb's RTC reset patch
[qemu.git] / usb-linux.c
index 70d7a1c29b4e69b2ee6e5b94b3132e4f3a347f0a..67e4acd5115e1f0ed558418a52c231acd4308ec3 100644 (file)
@@ -833,8 +833,7 @@ static int usb_linux_update_endp_table(USBHostDevice *s)
 
         ret = ioctl(s->fd, USBDEVFS_CONTROL, &ct);
         if (ret < 0) {
-            perror("usb_linux_update_endp_table");
-            return 1;
+            alt_interface = interface;
         }
 
         /* the current interface descriptor is the active interface