Changeset bb655dab in mainline for uspace/lib/usbdev/src/pipesinit.c


Ignore:
Timestamp:
2018-01-28T23:43:15Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c3fef4
Parents:
89c7d7d
Message:

usb: transfer type no longer needed for pipe initialization

File:
1 edited

Legend:

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

    r89c7d7d rbb655dab  
    200200        }
    201201
    202         int err = usb_pipe_initialize(&ep_mapping->pipe, bus_session, description.transfer_type);
     202        int err = usb_pipe_initialize(&ep_mapping->pipe, bus_session);
    203203        if (err)
    204204                return err;
Note: See TracChangeset for help on using the changeset viewer.