Changeset 706a3e2 in mainline for uspace/drv/bus/usb/xhci/rh.c
- Timestamp:
- 2017-08-18T16:21:33Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ff9e1d
- Parents:
- e439f468
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.c
re439f468 r706a3e2 115 115 116 116 hc->dcbaa[slot_id] = addr_to_phys(dctx); 117 hc->dcbaa_virt[slot_id] = dctx;117 hc->dcbaa_virt[slot_id]->dev_ctx = dctx; 118 118 119 119 cmd = xhci_alloc_command();
Note:
See TracChangeset
for help on using the changeset viewer.