Changeset 4cc0c2e0 in mainline
- Timestamp:
- 2018-01-17T13:50:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- feabe163
- Parents:
- 1af4c00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/transfers.c
r1af4c00 r4cc0c2e0 234 234 235 235 xhci_trb_ring_t* ring = get_ring(hc, transfer); 236 if (!ring) { 237 return EINVAL; 238 } 239 236 240 int err = xhci_trb_ring_enqueue(ring, &trb, &transfer->interrupt_trb_phys); 237 241
Note:
See TracChangeset
for help on using the changeset viewer.