Changeset a25d893 in mainline for uspace/drv/bus/usb/uhci/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/uhci/main.c
r2003739 ra25d893 57 57 return ENOMEM; 58 58 59 const int ret = 59 const int ret = hc_init(instance, res, irq); 60 60 if (ret == EOK) 61 61 hcd_set_implementation(hcd, instance, uhci_hc_schedule, NULL,
Note:
See TracChangeset
for help on using the changeset viewer.