XHCI create device after port reset
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user