Changeset a546687 in mainline for uspace/lib/usb/src/pipesinit.c
- Timestamp:
- 2011-04-09T09:17:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d48fcc0
- Parents:
- d5ac90f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/pipesinit.c
rd5ac90f ra546687 363 363 pipe->max_packet_size = max_packet_size; 364 364 pipe->direction = direction; 365 pipe->refcount = 0; 365 366 366 367 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.