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


Ignore:
Timestamp:
2011-12-11T17:27:29Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
023a902
Parents:
c046942
Message:

libusbdev: Remove references to pipepriv routines.

File:
1 edited

Legend:

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

    rc046942 r277ff98  
    371371        assert(connection);
    372372
    373         int rc = usb_pipe_initialize(pipe, connection,
    374             0, USB_TRANSFER_CONTROL, CTRL_PIPE_MIN_PACKET_SIZE,
    375             USB_DIRECTION_BOTH);
     373        int rc = usb_pipe_initialize(pipe, connection, 0, USB_TRANSFER_CONTROL,
     374            CTRL_PIPE_MIN_PACKET_SIZE, USB_DIRECTION_BOTH);
    376375
    377376        pipe->auto_reset_halt = true;
Note: See TracChangeset for help on using the changeset viewer.