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


Ignore:
Timestamp:
2017-10-25T14:36:20Z (6 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/hc.h

    r47ab89e rf668d60  
    7575        bool ac64;
    7676
     77        /** Port speed mapping */
     78        xhci_port_speed_t speeds [16];
     79        uint8_t speed_to_psiv [USB_SPEED_MAX];
     80
    7781        /* Command list */
    7882        list_t commands;
Note: See TracChangeset for help on using the changeset viewer.