Changeset 6b433a8 in mainline for uspace/lib/drv/include/usb_iface.h


Ignore:
Timestamp:
2017-11-20T19:14:31Z (6 years ago)
Author:
Salmelu <salmelu@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
27b0ea0
Parents:
d3086873
Message:

Isochronous transfers - endpoint initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/usb_iface.h

    rd3086873 r6b433a8  
    126126                unsigned max_burst;
    127127                unsigned max_streams;
     128                unsigned mult;
     129                unsigned bytes_per_interval;
    128130        } usb3;
    129131} usb_endpoint_desc_t;
Note: See TracChangeset for help on using the changeset viewer.