aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu-devel/files/patch-usb-uhub-CPEfix
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu-devel/files/patch-usb-uhub-CPEfix')
-rw-r--r--emulators/qemu-devel/files/patch-usb-uhub-CPEfix9
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-usb-uhub-CPEfix b/emulators/qemu-devel/files/patch-usb-uhub-CPEfix
new file mode 100644
index 000000000000..30ad3ed9e925
--- /dev/null
+++ b/emulators/qemu-devel/files/patch-usb-uhub-CPEfix
@@ -0,0 +1,9 @@
+Index: qemu/hw/usb.c
+@@ -508,7 +518,6 @@
+ USB_MSG_RESET, 0, 0, NULL, 0);
+ port->wPortChange |= PORT_STAT_C_RESET;
+ /* set enable bit */
+- port->wPortChange |= PORT_STAT_C_ENABLE;
+ port->wPortStatus |= PORT_STAT_ENABLE;
+ }
+ break;