Changeset 17783bf in mainline


Ignore:
Timestamp:
2018-01-11T04:14:45Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
53a9d02
Parents:
9848c77
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-11 04:11:41)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-11 04:14:45)
Message:

xhci: short transfer is a normal condition

File:
1 edited

Legend:

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

    r9848c77 r17783bf  
    283283        switch (completion_code) {
    284284                case XHCI_TRBC_SHORT_PACKET:
    285                         usb_log_debug("Short transfer.");
    286                         /* fallthrough */
    287285                case XHCI_TRBC_SUCCESS:
    288286                        batch->error = EOK;
Note: See TracChangeset for help on using the changeset viewer.