Changeset 17783bf in mainline
- Timestamp:
- 2018-01-11T04:14:45Z (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/transfers.c
r9848c77 r17783bf 283 283 switch (completion_code) { 284 284 case XHCI_TRBC_SHORT_PACKET: 285 usb_log_debug("Short transfer.");286 /* fallthrough */287 285 case XHCI_TRBC_SUCCESS: 288 286 batch->error = EOK;
Note:
See TracChangeset
for help on using the changeset viewer.