Changeset d1ca752 in mainline for uspace/drv/bus/usb/ohci/hc.c
- Timestamp:
- 2012-03-05T20:19:25Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45f4f19
- Parents:
- 38b950f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.c
r38b950f rd1ca752 346 346 void hc_interrupt(hc_t *instance, uint32_t status) 347 347 { 348 status = ohci_reg2host(status);348 status = OHCI_RD(status); 349 349 assert(instance); 350 350 if ((status & ~I_SF) == 0) /* ignore sof status */
Note:
See TracChangeset
for help on using the changeset viewer.