Changeset 9876e34 in mainline for uspace/drv/bus/usb/xhci/rh.h


Ignore:
Timestamp:
2017-10-05T15:38:02Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
916991b
Parents:
44063d17
Message:

Removed previous implementation, forwarding all events to hub, generating status change bitmap, reporting USB features and clearing them.

File:
1 edited

Legend:

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

    r44063d17 r9876e34  
    7272                uint8_t rempow[STATUS_BYTES(XHCI_MAX_PORTS) * 2];
    7373        } __attribute__((packed)) hub_descriptor;
     74
    7475        /** Interrupt transfer waiting for an actual interrupt to occur */
    7576        usb_transfer_batch_t *unfinished_interrupt_transfer;
     77
     78  /* Number of hub ports. */
     79        uint8_t max_ports;
    7680} xhci_rh_t;
    7781
Note: See TracChangeset for help on using the changeset viewer.