XHCI create device after port reset
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m6s
Build documentation / build-and-deploy (push) Successful in 3m15s

This commit is contained in:
2026-03-29 21:03:25 +02:00
parent b06392549d
commit e623862b61

View File

@@ -437,6 +437,7 @@ static void xhci_reset_ports (struct xhci* xhci) {
if ((portsc & (1 << 0))) {
DEBUG ("Device connected. resetting\n");
xhci_port_reset (xhci, port);
xhci_create_plugged_device (xhci, port);
}
DEBUG ("PORT %u: USB %u.%u\n", port, major, minor);