Changeset 5ff9e1d in mainline for uspace/drv/bus/usb/xhci/rh.c
- Timestamp:
- 2017-08-18T17:40:35Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d32d51d
- Parents:
- 706a3e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.c
r706a3e2 r5ff9e1d 98 98 hc->speeds[port_speed_id].tx_bps); 99 99 XHCI_EP_MAX_BURST_SIZE_SET(ictx->endpoint_ctx[0], 0); 100 XHCI_EP_TR_DPTR_SET(ictx->endpoint_ctx[0], 101 addr_to_phys((void *)ep_ring->dequeue)); 100 XHCI_EP_TR_DPTR_SET(ictx->endpoint_ctx[0], ep_ring->dequeue); 102 101 XHCI_EP_DCS_SET(ictx->endpoint_ctx[0], 1); 103 102 XHCI_EP_INTERVAL_SET(ictx->endpoint_ctx[0], 0);
Note:
See TracChangeset
for help on using the changeset viewer.