Changeset f9d787c in mainline
- Timestamp:
- 2017-10-12T16:07:56Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a8435eb5
- Parents:
- fc0271a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/transfers.c
rfc0271a5 rf9d787c 258 258 259 259 // TODO: target = endpoint | stream_id << 16 260 hc_ring_doorbell(hc, slot_id, xhci_ep->base ->target->endpoint);260 hc_ring_doorbell(hc, slot_id, xhci_ep->base.target.endpoint); 261 261 return EOK; 262 262 }
Note:
See TracChangeset
for help on using the changeset viewer.