Ignore:
Timestamp:
2017-10-23T23:17:14Z (7 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/descriptor.h

    rb724494 rec700c7  
    245245         */
    246246        uint8_t attributes;
     247#define SS_COMPANION_MAX_STREAMS(attributes) \
     248        (attributes & 0x1f)
    247249        /** The total number of bytes this endpoint will transfer
    248250         * every service interval (SI).
Note: See TracChangeset for help on using the changeset viewer.