Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhcirh/main.c

    r920d0fc r56fd7cf  
    7373{
    7474        printf(NAME ": HelenOS UHCI root hub driver.\n");
    75         log_init(NAME);
     75        usb_log_enable(USB_LOG_LEVEL_DEFAULT, NAME);
    7676        return ddf_driver_main(&uhci_rh_driver);
    7777}
Note: See TracChangeset for help on using the changeset viewer.