]> Git Repo - qemu.git/blobdiff - hw/usb-uhci.c
scsi: add channel to addressing
[qemu.git] / hw / usb-uhci.c
index 17992cf003549e08e2555511e70d643d810ed725..171d7870b7c0621ab13703bd015a2b725463199c 100644 (file)
@@ -341,7 +341,7 @@ static void uhci_reset(void *opaque)
         port = &s->ports[i];
         port->ctrl = 0x0080;
         if (port->port.dev && port->port.dev->attached) {
-            usb_attach(&port->port);
+            usb_reset(&port->port);
         }
     }
 
This page took 0.023842 seconds and 4 git commands to generate.