Changeset 398a94c in mainline for uspace/drv/bus/usb/xhci/main.c


Ignore:
Timestamp:
2018-01-10T13:32:21Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8bab0d2
Parents:
4a00bc9
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-10 13:32:19)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-10 13:32:21)
Message:

xhci isoch: bug fixing

File:
1 edited

Legend:

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

    r4a00bc9 r398a94c  
    115115{
    116116        log_init(NAME);
    117         logctl_set_log_level(NAME, LVL_NOTE);
     117        logctl_set_log_level(NAME, LVL_DEBUG);
    118118        return hc_driver_main(&xhci_driver);
    119119}
Note: See TracChangeset for help on using the changeset viewer.