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


Ignore:
Timestamp:
2017-10-25T14:36:20Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2cf28b9
Parents:
47ab89e
Message:

xhci: moved speed back to HC, keeping usb speed → port speed mapping

File:
1 edited

Legend:

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

    r47ab89e rf668d60  
    5151        uint8_t major, minor;
    5252        uint64_t rx_bps, tx_bps;
     53        usb_speed_t usb_speed;
    5354} xhci_port_speed_t;
    5455
     
    6768        /* We need this to attach children to */
    6869        ddf_dev_t *hc_device;
    69 
    70         /** Port speeds reported from HC */
    71         xhci_port_speed_t speeds [16];
    7270
    7371        /** Interrupt transfer waiting for an actual interrupt to occur */
Note: See TracChangeset for help on using the changeset viewer.