Changeset 5c75456 in mainline for uspace/lib/usbdev/src/pipes.c


Ignore:
Timestamp:
2017-12-29T17:11:14Z (6 years ago)
Author:
Salmelu <salmelu@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf7b747
Parents:
5dfb70c9
git-author:
Salmelu <salmelu@…> (2017-12-29 17:10:05)
git-committer:
Salmelu <salmelu@…> (2017-12-29 17:11:14)
Message:

xhci: isochronous transfers made working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/pipes.c

    r5dfb70c9 r5c75456  
    299299        pipe->bus_session = bus_session;
    300300
     301        // TODO: hardcoded, remake to receive from device descriptors
     302        pipe->desc.interval = 14;
     303
    301304        if (transfer_type == USB_TRANSFER_ISOCHRONOUS) {
    302305                ret = usb_isoch_session_initialize(pipe);
Note: See TracChangeset for help on using the changeset viewer.