Changes in uspace/drv/ohci/main.c [5d07f54:9f104af4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/main.c
r5d07f54 r9f104af4 75 75 return ret; 76 76 } 77 // device->driver_data = ohci; 78 hc_register_hub(&ohci->hc, ohci->rh_fun); 77 device->driver_data = ohci; 79 78 80 79 usb_log_info("Controlling new OHCI device `%s'.\n", device->name); … … 94 93 { 95 94 usb_log_enable(USB_LOG_LEVEL_DEFAULT, NAME); 95 sleep(5); 96 96 return ddf_driver_main(&ohci_driver); 97 97 }
Note:
See TracChangeset
for help on using the changeset viewer.