Changeset 0cabd10 in mainline for uspace/drv/bus/usb/xhci/commands.h


Ignore:
Timestamp:
2017-07-29T21:55:16Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c9bec1c
Parents:
9f5b613
Message:

Added command to set TR dequeue pointer.

File:
1 edited

Legend:

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

    r9f5b613 r0cabd10  
    7474int xhci_send_reset_endpoint_command(xhci_hc_t *, xhci_cmd_t *, uint32_t, uint8_t);
    7575int xhci_send_stop_endpoint_command(xhci_hc_t *, xhci_cmd_t *, uint32_t, uint8_t);
    76 // TODO: Set dequeue ptr (section 4.6.10).
     76int xhci_send_set_dequeue_ptr_command(xhci_hc_t *, xhci_cmd_t *, uintptr_t, uint16_t, uint32_t);
    7777int xhci_send_reset_device_command(xhci_hc_t *, xhci_cmd_t *);
    7878// TODO: Force event (optional normative, for VMM, section 4.6.12).
Note: See TracChangeset for help on using the changeset viewer.