fix(port/usb_hc_ehci): clear iaad status

This commit is contained in:
sakumisu
2024-05-16 10:13:41 +08:00
parent 8b805ee6d7
commit 0985a7e5fa

View File

@@ -1276,6 +1276,7 @@ int usbh_kill_urb(struct usbh_urb *urb)
return -USB_ERR_TIMEOUT;
}
}
EHCI_HCOR->usbsts = EHCI_USBSTS_IAA;
}
usb_osal_leave_critical_section(flags);