Changeset 5bc8250 in mainline
- Timestamp:
- 2017-10-27T09:36:09Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3f6c94ed
- Parents:
- a501aaba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/pipesinit.c
ra501aaba r5bc8250 219 219 ED_MPS_PACKET_SIZE_GET( 220 220 uint16_usb2host(endpoint_desc->max_packet_size)), 221 description.direction, max_burst, max_streams,222 ED_MPS_TRANS_OPPORTUNITIES_GET(223 uint16_usb2host(endpoint_desc->max_packet_size)), bus_session);221 description.direction, ED_MPS_TRANS_OPPORTUNITIES_GET( 222 uint16_usb2host(endpoint_desc->max_packet_size)), 223 max_burst, max_streams, bus_session); 224 224 if (rc != EOK) { 225 225 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.