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


Ignore:
Timestamp:
2017-10-23T21:26:22Z (6 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/hc.h

    r327f147 rb724494  
    9696int hc_disable_slot(xhci_hc_t *, uint32_t);
    9797int hc_address_device(xhci_hc_t *, uint32_t, xhci_input_ctx_t *);
     98int hc_address_rh_device(xhci_hc_t *, uint32_t, uint8_t, xhci_ep_ctx_t *);
     99int hc_configure_device(xhci_hc_t *, uint32_t);
     100int hc_deconfigure_device(xhci_hc_t *, uint32_t);
     101int hc_add_endpoint(xhci_hc_t *, uint32_t, uint8_t, xhci_ep_ctx_t *);
     102int hc_drop_endpoint(xhci_hc_t *, uint32_t, uint8_t);
    98103
    99104#endif
Note: See TracChangeset for help on using the changeset viewer.