Changeset fb28cde in mainline for uspace/drv/bus/usb/xhci/commands.c
- Timestamp:
- 2018-01-18T17:12:30Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8fe29a7c
- Parents:
- e7f21884
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/commands.c
re7f21884 rfb28cde 546 546 TRB_SET_DEQUEUE_PTR(cmd->_header.trb, cmd->dequeue_ptr); 547 547 548 /**549 * TODO: Set DCS (see section 4.6.10).550 */551 552 548 return enqueue_command(hc, cmd); 553 549 }
Note:
See TracChangeset
for help on using the changeset viewer.