Changeset 6b082a1b in mainline
- Timestamp:
- 2011-04-15T16:11:50Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3690c75
- Parents:
- ab6fdad3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/batch.c
rab6fdad3 r6b082a1b 240 240 { 241 241 assert(instance); 242 /* We are data out, we are supposed to provide data */ 243 memcpy(instance->data_buffer, instance->buffer, instance->buffer_size); 242 244 instance->next_step = usb_transfer_batch_call_out_and_dispose; 243 245 batch_data(instance);
Note:
See TracChangeset
for help on using the changeset viewer.