Changeset 1ef93fa in mainline for uspace/drv/bus/usb/ohci/ohci.c
- Timestamp:
- 2011-07-10T23:06:20Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a00768c
- Parents:
- 4d62aa0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci.c
r4d62aa0 r1ef93fa 247 247 "Failed to add OHCI to HC class: %s.\n", str_error(ret)); 248 248 249 hc_start_hw(&instance->hc);250 249 hc_register_hub(&instance->hc, instance->rh_fun); 251 250 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.