Changeset b724494 in mainline for uspace/drv/bus/usb/xhci/endpoint.h


Ignore:
Timestamp:
2017-10-23T21:26:22Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ec700c7
Parents:
327f147
Message:

Moved some code from RH to HC. Simplified device address process. Issuing deconfigure device command.

File:
1 edited

Legend:

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

    r327f147 rb724494  
    122122int xhci_device_remove_endpoint(xhci_device_t *, xhci_endpoint_t *);
    123123xhci_endpoint_t * xhci_device_get_endpoint(xhci_device_t *, usb_endpoint_t);
    124 int xhci_device_configure(xhci_device_t *, xhci_hc_t *);
    125124
    126125static inline xhci_device_t * xhci_device_get(device_t *dev)
Note: See TracChangeset for help on using the changeset viewer.