Changeset 6bb456c in mainline for uspace/drv/uhci-hcd/main.c


Ignore:
Timestamp:
2011-03-05T20:07:47Z (14 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
35f0899, d20f211
Parents:
1efe89b
Message:

Idle rate set to infinity, no sleep in polling + minor changes.

File:
1 edited

Legend:

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

    r1efe89b r6bb456c  
    158158{
    159159        sleep(3);
    160         usb_log_enable(USB_LOG_LEVEL_INFO, NAME);
     160        usb_log_enable(USB_LOG_LEVEL_DEBUG, NAME);
    161161
    162162        return ddf_driver_main(&uhci_driver);
Note: See TracChangeset for help on using the changeset viewer.