Ignore:
Timestamp:
2016-09-01T16:46:27Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a2fbc8
Parents:
9befb0d (diff), bdfdc51c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from mainline.

File:
1 edited

Legend:

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

    r9befb0d rf126c87  
    4545        USB_DESCTYPE_INTERFACE = 4,
    4646        USB_DESCTYPE_ENDPOINT = 5,
    47         /* New in USB2.0 */
     47        /* New in USB 2.0 */
    4848        USB_DESCTYPE_DEVICE_QUALIFIER = 6,
    4949        USB_DESCTYPE_OTHER_SPEED_CONFIGURATION = 7,
     
    202202         * HS INT and ISO transfers. */
    203203        uint16_t max_packet_size;
     204
    204205#define ED_MPS_PACKET_SIZE_MASK  0x3ff
    205206#define ED_MPS_PACKET_SIZE_GET(value) \
     
    207208#define ED_MPS_TRANS_OPPORTUNITIES_GET(value) \
    208209        ((((value) >> 10) & 0x3) + 1)
     210
    209211        /** Polling interval in milliseconds.
    210212         * Ignored for bulk and control endpoints.
Note: See TracChangeset for help on using the changeset viewer.