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


Ignore:
Timestamp:
2011-04-09T09:17:22Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d48fcc0
Parents:
d5ac90f
Message:

Sessions started automatically on pipes

It is no longer necessary to call usb_pipe_start_session prior
reading or writing on a pipe.

File:
1 edited

Legend:

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

    rd5ac90f ra546687  
    363363        pipe->max_packet_size = max_packet_size;
    364364        pipe->direction = direction;
     365        pipe->refcount = 0;
    365366
    366367        return EOK;
Note: See TracChangeset for help on using the changeset viewer.