Changeset a5b3de6 in mainline for uspace/drv/bus/usb/xhci/transfers.c
- Timestamp:
- 2017-10-25T11:55:15Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2b35478
- Parents:
- c3d926f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/transfers.c
rc3d926f3 ra5b3de6 316 316 317 317 /* Offline devices don't schedule transfers other than on EP0. */ 318 if (!xhci_dev->online && xhci_ep->base. target.endpoint) {318 if (!xhci_dev->online && xhci_ep->base.endpoint) { 319 319 return EAGAIN; 320 320 }
Note:
See TracChangeset
for help on using the changeset viewer.