projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8125184
)
xhci: call xhci_detach_slot on root port detach too
author
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 8 Jan 2013 12:06:57 +0000
(13:06 +0100)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Mon, 14 Jan 2013 07:59:40 +0000
(08:59 +0100)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c
patch
|
blob
|
history
diff --git
a/hw/usb/hcd-xhci.c
b/hw/usb/hcd-xhci.c
index 3ff8bc1f8a7dcc9cbba7dca5210421793e1c2bc9..5b2e7f89e449c7a32939f88fbcabf7b62dc37cb6 100644
(file)
--- a/
hw/usb/hcd-xhci.c
+++ b/
hw/usb/hcd-xhci.c
@@
-2957,6
+2957,7
@@
static void xhci_detach(USBPort *usbport)
XHCIState *xhci = usbport->opaque;
XHCIPort *port = xhci_lookup_port(xhci, usbport);
+ xhci_detach_slot(xhci, usbport);
xhci_port_update(port, 1);
}