Ignore:
Timestamp:
2017-10-19T14:01:18Z (7 years ago)
Author:
Michal Staruch <salmelu@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f6b50f
Parents:
95c675b
Message:

Added get port bandwidth command

File:
1 edited

Legend:

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

    r95c675b r60af4cdb  
    192192} __attribute__((packed)) xhci_input_ctx_t;
    193193
     194/**
     195 * Port bandwidth context: section 6.2.6
     196 * The number of ports depends on the amount of ports available to the hub.
     197 */
     198typedef struct xhci_port_bandwidth_ctx {
     199        uint8_t reserved;
     200        uint8_t ports [];
     201} __attribute__((packed)) xhci_port_bandwidth_ctx_t;
     202
    194203#endif
Note: See TracChangeset for help on using the changeset viewer.