Changeset d1d7a92 in mainline for uspace/drv/bus/usb/xhci/commands.c


Ignore:
Timestamp:
2017-10-21T10:34:45Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ea7459
Parents:
1252e81
Message:

Added option to enqueue multiple TDs at once. Demoted some log messages.

File:
1 edited

Legend:

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

    r1252e81 rd1d7a92  
    443443        assert(trb);
    444444
    445         usb_log_debug("HC(%p) Command completed.", hc);
     445        usb_log_debug2("HC(%p) Command completed.", hc);
    446446
    447447        int code;
     
    454454        if (command == NULL) {
    455455                // TODO: STOP & ABORT may not have command structs in the list!
    456                 usb_log_debug("No command struct for this completion event found.");
     456                usb_log_warning("No command struct for this completion event found.");
    457457
    458458                if (code != XHCI_TRBC_SUCCESS)
Note: See TracChangeset for help on using the changeset viewer.