Changeset 1a93bb0 in mainline for uspace/drv/uhci-rhd/main.c


Ignore:
Timestamp:
2011-02-25T23:27:26Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c3ae877
Parents:
5f183dc
Message:

Preperly support both low and full speed devices using device_keeper

File:
1 edited

Legend:

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

    r5f183dc r1a93bb0  
    116116int main(int argc, char *argv[])
    117117{
    118         usb_log_enable(USB_LOG_LEVEL_DEBUG, NAME);
     118        usb_log_enable(USB_LOG_LEVEL_INFO, NAME);
    119119        return ddf_driver_main(&uhci_rh_driver);
    120120}
Note: See TracChangeset for help on using the changeset viewer.