implementing sw device stack

This commit is contained in:
hathach
2013-10-29 11:27:25 +07:00
parent d925026089
commit 357813f171
14 changed files with 540 additions and 110 deletions

View File

@@ -768,8 +768,7 @@ void hcd_isr(uint8_t hostid)
regs->usb_sts |= int_status; // Acknowledge handled interrupt
if (int_status == 0)
return;
if (int_status == 0) return;
if (int_status & EHCI_INT_MASK_PORT_CHANGE)
{