Changeset 665bf3c in mainline for uspace/drv/bus/usb/xhci/commands.h


Ignore:
Timestamp:
2017-07-13T18:28:19Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c9ce62a
Parents:
8db42f7
Message:

Added a function that sends the configure endpoint command. Refactored the command completion handling code.

File:
1 edited

Legend:

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

    r8db42f7 r665bf3c  
    4545int xhci_send_disable_slot_command(xhci_hc_t *, uint32_t);
    4646int xhci_send_address_device_command(xhci_hc_t *, uint32_t, xhci_input_ctx_t *);
     47int xhci_send_configure_endpoint_command(xhci_hc_t *, uint32_t, xhci_input_ctx_t *);
    4748
    4849int xhci_handle_command_completion(xhci_hc_t *, xhci_trb_t *);
Note: See TracChangeset for help on using the changeset viewer.