Changeset fb28cde in mainline for uspace/drv/bus/usb/xhci/commands.c


Ignore:
Timestamp:
2018-01-18T17:12:30Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8fe29a7c
Parents:
e7f21884
Message:

xhci: changed api to get dequeue state of trb ring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/commands.c

    re7f21884 rfb28cde  
    546546        TRB_SET_DEQUEUE_PTR(cmd->_header.trb, cmd->dequeue_ptr);
    547547
    548         /**
    549          * TODO: Set DCS (see section 4.6.10).
    550          */
    551 
    552548        return enqueue_command(hc, cmd);
    553549}
Note: See TracChangeset for help on using the changeset viewer.