Changes in uspace/lib/usb/src/host/batch.c [4fd3faf:96b8f322] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/host/batch.c
r4fd3faf r96b8f322 63 63 instance->transfer_type = transfer_type; 64 64 instance->speed = speed; 65 instance->direction = USB_DIRECTION_BOTH;65 instance->direction = ep->direction; 66 66 instance->callback_in = func_in; 67 67 instance->callback_out = func_out;
Note:
See TracChangeset
for help on using the changeset viewer.