Changeset a4e7e6e1 in mainline for uspace/drv/bus/usb/xhci/transfers.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/transfers.c

    rc7d5189 ra4e7e6e1  
    197197        // Issue a Configure Endpoint command, if needed.
    198198        if (configure_endpoint_needed(setup)) {
    199                 const int err = hc_configure_device(hc, xhci_ep_to_dev(xhci_ep)->slot_id);
     199                const int err = hc_configure_device(xhci_ep_to_dev(xhci_ep));
    200200                if (err)
    201201                        return err;
Note: See TracChangeset for help on using the changeset viewer.