Changeset d31705d in mainline
- Timestamp:
- 2017-08-09T19:00:50Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40053529
- Parents:
- 9ee13a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.c
r9ee13a7 rd31705d 77 77 /* Initialize slot_ctx according to section 4.3.3 point 3. */ 78 78 /* Attaching to root hub port, root string equals to 0. */ 79 // TODO: shouldn't these macros consider endianity?80 79 XHCI_SLOT_ROOT_HUB_PORT_SET(ictx->slot_ctx, port); 81 80 XHCI_SLOT_CTX_ENTRIES_SET(ictx->slot_ctx, 1); … … 123 122 goto err_dctx; 124 123 124 xhci_free_command(cmd); 125 ictx = NULL; 126 125 127 return EOK; 126 128
Note:
See TracChangeset
for help on using the changeset viewer.