Changeset ec700c7 in mainline for uspace/lib/usb/include/usb/usb.h


Ignore:
Timestamp:
2017-10-23T23:17:14Z (6 years ago)
Author:
Michal Staruch <salmelu@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
894f58c
Parents:
b724494
Message:

Superspeed companion descriptor is processed

Superspeed endpoint companion is now correctly read and processed while parsing descriptors.
As a side effect, mass storage endpoints now initialize correctly and therefore mass storage driver starts.

File:
1 edited

Legend:

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

    rb724494 rec700c7  
    197197                unsigned polling_interval;
    198198        } usb2;
     199
     200        struct {
     201                unsigned max_burst;
     202                unsigned max_streams;
     203        } usb3;
    199204} usb_endpoint_desc_t;
    200205
Note: See TracChangeset for help on using the changeset viewer.