Ignore:
Timestamp:
2018-01-08T22:30:12Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0eadfd1e
Parents:
bdd8842c
Message:

xhci: make isoch part of endpoint optional

File:
1 edited

Legend:

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

    rbdd8842c r17c5e62  
    217217#define USB_ED_GET_ADD_OPPS(ed) \
    218218        ((uint16_usb2host((ed).max_packet_size) >> 11) & 0x3)
    219         /** Polling interval in milliseconds.
    220          * Ignored for bulk and control endpoints.
    221          * Isochronous endpoints must use value 1.
    222          * Interrupt endpoints any value from 1 to 255.
     219        /** Polling interval. Different semantics for various (speed, type)
     220         * pairs.
    223221         */
    224222        uint8_t poll_interval;
Note: See TracChangeset for help on using the changeset viewer.