diff --git a/system/xhci.c b/system/xhci.c index 51a3699..dfa4273 100644 --- a/system/xhci.c +++ b/system/xhci.c @@ -1159,7 +1159,7 @@ bool xhci_init(uintptr_t base_addr, usb_hcd_t *hcd) // Reset the port. if (!reset_xhci_port(op_regs, port_idx)) continue; - usleep(100*MILLISEC); // USB reset recovery time + usleep(10*MILLISEC); // USB reset recovery time port_status = read32(&op_regs->port_regs[port_idx].sc);