Changeset 25971d2 in mainline for uspace/lib/usb/src/pipesinit.c


Ignore:
Timestamp:
2011-02-06T22:55:30Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
79d2987
Parents:
cd50486
Message:

Endpoint pipes has maximum packet size

File:
1 edited

Legend:

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

    rcd50486 r25971d2  
    182182
    183183        int rc = usb_endpoint_pipe_initialize(ep_mapping->pipe, wire,
    184             ep_no, description.transfer_type, description.direction);
     184            ep_no, description.transfer_type, endpoint->max_packet_size,
     185            description.direction);
    185186        if (rc != EOK) {
    186187                return rc;
Note: See TracChangeset for help on using the changeset viewer.