Changeset a25d893 in mainline for uspace/drv/bus/usb/ohci/main.c
- Timestamp:
- 2015-04-10T02:48:42Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94e46c9
- Parents:
- 2003739
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/main.c
r2003739 ra25d893 56 56 return ENOMEM; 57 57 58 const int ret = 58 const int ret = hc_init(instance, res, irq); 59 59 if (ret == EOK) 60 60 hcd_set_implementation(hcd, instance, ohci_hc_schedule,
Note:
See TracChangeset
for help on using the changeset viewer.