Changeset a4e7e6e1 in mainline for uspace/drv/bus/usb/xhci/endpoint.c


Ignore:
Timestamp:
2018-01-19T15:25:20Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
861b5d6
Parents:
c7d5189
Message:

xhci: setup also slot context where needed

File:
1 edited

Legend:

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

    rc7d5189 ra4e7e6e1  
    346346        const unsigned dci = xhci_endpoint_dci(ep);
    347347
    348         if ((err = hc_reset_endpoint(hc, slot_id, dci)))
     348        if ((err = hc_reset_endpoint(dev, dci)))
    349349                return err;
    350350
Note: See TracChangeset for help on using the changeset viewer.