Changeset 96323d2 in mainline for uspace/drv/bus/usb/usbhub/main.c


Ignore:
Timestamp:
2015-07-01T02:56:08Z (9 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b303275
Parents:
c4ba645d
Message:

usbhub: Handle device disappearing during reset

Rework reset status handling (should probably include all of port status handling).
Improve logging.

File:
1 edited

Legend:

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

    rc4ba645d r96323d2  
    3636#include <async.h>
    3737#include <stdio.h>
     38#include <io/logctl.h>
    3839
    3940#include <usb/dev/driver.h>
     
    6768        printf(NAME ": HelenOS USB hub driver.\n");
    6869        log_init(NAME);
    69 
     70        logctl_set_log_level(NAME, LVL_DEBUG);
    7071        return usb_driver_main(&usb_hub_driver);
    7172}
Note: See TracChangeset for help on using the changeset viewer.