Changeset 6b082a1b in mainline for uspace/drv/ohci/batch.c


Ignore:
Timestamp:
2011-04-15T16:11:50Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3690c75
Parents:
ab6fdad3
Message:

Bulk out data fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/batch.c

    rab6fdad3 r6b082a1b  
    240240{
    241241        assert(instance);
     242        /* We are data out, we are supposed to provide data */
     243        memcpy(instance->data_buffer, instance->buffer, instance->buffer_size);
    242244        instance->next_step = usb_transfer_batch_call_out_and_dispose;
    243245        batch_data(instance);
Note: See TracChangeset for help on using the changeset viewer.