Changeset c10daa8 in mainline for uspace/drv/bus/usb/xhci/transfers.c
- Timestamp:
- 2017-10-13T12:32:57Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 063dfe8
- Parents:
- 366e9b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/transfers.c
r366e9b6 rc10daa8 150 150 xhci_endpoint_t *xhci_ep = xhci_endpoint_get(batch->ep); 151 151 152 uint8_t slot_id = xhci_ep-> slot_id;152 uint8_t slot_id = xhci_ep->device->slot_id; 153 153 xhci_trb_ring_t* ring = hc->dcbaa_virt[slot_id].trs[0]; 154 154 … … 234 234 235 235 xhci_endpoint_t *xhci_ep = xhci_endpoint_get(batch->ep); 236 uint8_t slot_id = xhci_ep-> slot_id;236 uint8_t slot_id = xhci_ep->device->slot_id; 237 237 xhci_trb_ring_t* ring = hc->dcbaa_virt[slot_id].trs[batch->ep->target.endpoint]; 238 238
Note:
See TracChangeset
for help on using the changeset viewer.