Changeset b591cab in mainline for uspace/lib/usbhost/src/hcd.c
- Timestamp:
- 2012-12-22T20:47:25Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f8d43aa
- Parents:
- 56a07e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/hcd.c
r56a07e0 rb591cab 109 109 usb_transfer_batch_t *batch = 110 110 usb_transfer_batch_create(ep, data, size, setup_data, 111 in, out, arg, fun , NULL, NULL);111 in, out, arg, fun); 112 112 if (!batch) { 113 113 return ENOMEM;
Note:
See TracChangeset
for help on using the changeset viewer.