Changeset 91ca111 in mainline for uspace/lib/usb/include/usb/usb.h


Ignore:
Timestamp:
2017-06-23T11:18:50Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
51b2693
Parents:
e4d7363
Message:

xhci: extended capability handling

Currently, only detection of legacy support and parsing of protocol speeds is
implemented.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/usb.h

    re4d7363 r91ca111  
    8080        /** USB 2.0 high speed (480Mbits/s). */
    8181        USB_SPEED_HIGH,
    82         /** USB 3.0 super speed (480Mbits/s). */
     82        /** USB 3.0 super speed (5Gbits/s). */
    8383        USB_SPEED_SUPER,
    8484        /** Psuedo-speed serving as a boundary. */
Note: See TracChangeset for help on using the changeset viewer.