Changeset ec700c7 in mainline for uspace/lib/usbhost/src/ddf_helpers.c


Ignore:
Timestamp:
2017-10-23T23:17:14Z (8 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/usbhost/src/ddf_helpers.c

    rb724494 rec700c7  
    105105                usb_str_direction(endpoint_desc->direction),
    106106                endpoint_desc->max_packet_size, endpoint_desc->usb2.polling_interval);
     107
     108        // FIXME: we now have max_streams and max_burst in endpoint_desc->usb3 struct
     109        // Hand it down to XHCI, refactor, whatever
    107110
    108111        return bus_add_ep(hcd->bus, dev, endpoint_desc->endpoint_no,
Note: See TracChangeset for help on using the changeset viewer.