Changeset fa0f53b in mainline for uspace/lib/usb/src/pipesinit.c
- Timestamp:
- 2011-04-14T13:54:40Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12b8e03
- Parents:
- 5e168be1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/pipesinit.c
r5e168be1 rfa0f53b 365 365 pipe->direction = direction; 366 366 pipe->refcount = 0; 367 pipe->auto_reset_halt = false; 367 368 368 369 return EOK; … … 385 386 0, USB_TRANSFER_CONTROL, CTRL_PIPE_MIN_PACKET_SIZE, 386 387 USB_DIRECTION_BOTH); 388 389 pipe->auto_reset_halt = true; 387 390 388 391 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.