Changeset c9bec1c in mainline for uspace/drv/bus/usb/xhci/hc.c


Ignore:
Timestamp:
2017-07-30T16:01:06Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73e5b62
Parents:
0cabd10
Message:

Refactored the add_command function, the return of the cmd was meant to be used for post config if cmd passed into the command sender was NULL, however the only sender that uses this is no_op sender and that has no post config of the command.

File:
1 edited

Legend:

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

    r0cabd10 rc9bec1c  
    331331        XHCI_REG_WR(intr0, XHCI_INTR_ERSTBA_HI, UPPER32(erstptr));
    332332
    333         // TODO: Setup scratchpad buffers
    334 
    335333        if (irq) {
    336334                XHCI_REG_SET(intr0, XHCI_INTR_IE, 1);
Note: See TracChangeset for help on using the changeset viewer.