aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu/files/patch-usb-uhub-CPEfix
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu/files/patch-usb-uhub-CPEfix')
-rw-r--r--emulators/qemu/files/patch-usb-uhub-CPEfix9
1 files changed, 0 insertions, 9 deletions
diff --git a/emulators/qemu/files/patch-usb-uhub-CPEfix b/emulators/qemu/files/patch-usb-uhub-CPEfix
deleted file mode 100644
index 30ad3ed9e925..000000000000
--- a/emulators/qemu/files/patch-usb-uhub-CPEfix
+++ /dev/null
@@ -1,9 +0,0 @@
-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;