Changeset 8a951ca in mainline for uspace/lib/usb/src/host/batch.c
- Timestamp:
- 2011-03-21T13:47:30Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a372663
- Parents:
- f8e1a2c (diff), 48fe0c9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/host/batch.c
rf8e1a2c r8a951ca 62 62 instance->transfer_type = transfer_type; 63 63 instance->speed = speed; 64 instance->direction = USB_DIRECTION_BOTH; 64 65 instance->callback_in = func_in; 65 66 instance->callback_out = func_out;
Note:
See TracChangeset
for help on using the changeset viewer.