Ignore:
Timestamp:
2017-12-19T22:00:50Z (6 years ago)
Author:
Salmelu <salmelu@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
83fb72e
Parents:
0bb4738
Message:

usbdev: unique sessions for isochronous EPs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/include/usb/dev/pipes.h

    r0bb4738 rba2fc2c  
    5858        /** The connection used for sending the data. */
    5959        usb_dev_session_t *bus_session;
     60        /** The session used for isochronous endpoints.
     61         * Required as isochronous sends/receive can block the session.
     62         */
     63        usb_dev_session_t *isoch_session;
    6064} usb_pipe_t;
    6165
Note: See TracChangeset for help on using the changeset viewer.