aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/usb-hub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb-hub.c b/hw/usb-hub.c
index 4d4cb167f4..6f6e429a08 100644
--- a/hw/usb-hub.c
+++ b/hw/usb-hub.c
@@ -336,7 +336,6 @@ static int usb_hub_handle_control(USBDevice *dev, int request, int value,
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;