Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/main.c

    r5d07f54 r9f104af4  
    7575                return ret;
    7676        }
    77 //      device->driver_data = ohci;
    78         hc_register_hub(&ohci->hc, ohci->rh_fun);
     77        device->driver_data = ohci;
    7978
    8079        usb_log_info("Controlling new OHCI device `%s'.\n", device->name);
     
    9493{
    9594        usb_log_enable(USB_LOG_LEVEL_DEFAULT, NAME);
     95        sleep(5);
    9696        return ddf_driver_main(&ohci_driver);
    9797}
Note: See TracChangeset for help on using the changeset viewer.