Changeset 5d07f54 in mainline for uspace/drv/ohci/main.c
- Timestamp:
- 2011-05-07T11:42:34Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ab7c7f6
- Parents:
- bba0dc20
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/main.c
rbba0dc20 r5d07f54 75 75 return ret; 76 76 } 77 device->driver_data = ohci; 77 // device->driver_data = ohci; 78 hc_register_hub(&ohci->hc, ohci->rh_fun); 78 79 79 80 usb_log_info("Controlling new OHCI device `%s'.\n", device->name);
Note:
See TracChangeset
for help on using the changeset viewer.