Changes in uspace/drv/uhci/main.c [138a7fd:4317827] in mainline


Ignore:
File:
1 edited

Legend:

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

    r138a7fd r4317827  
    2727 */
    2828#include <usb/hcdhubd.h>
    29 #include <usb/debug.h>
    3029#include <errno.h>
    31 #include <driver.h>
    3230#include "uhci.h"
    3331
     
    3836static int uhci_add_device(device_t *device)
    3937{
    40         usb_dprintf(NAME, 1, "uhci_add_device() called\n");
    4138        device->ops = &uhci_ops;
    4239
     
    4441         * We need to announce the presence of our root hub.
    4542         */
    46         usb_dprintf(NAME, 2, "adding root hub\n");
    4743        usb_hcd_add_root_hub(device);
    4844
     
    6561         */
    6662        sleep(5);
    67         usb_dprintf_enable(NAME, 5);
    6863
    6964        return driver_main(&uhci_driver);
Note: See TracChangeset for help on using the changeset viewer.