Changeset 7013b14 in mainline for uspace/drv/ohci/batch.c


Ignore:
Timestamp:
2011-04-13T14:19:12Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d6522dd
Parents:
9a6fde4
Message:

Batch processing implemented to use static EDs.

File:
1 edited

Legend:

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

    r9a6fde4 r7013b14  
    169169}
    170170/*----------------------------------------------------------------------------*/
     171void batch_commit(usb_transfer_batch_t *instance)
     172{
     173        assert(instance);
     174        ohci_transfer_batch_t *data = instance->private_data;
     175        assert(data);
     176        ed_set_end_td(data->ed, data->tds[data->td_count]);
     177}
     178/*----------------------------------------------------------------------------*/
    171179void batch_control_write(usb_transfer_batch_t *instance)
    172180{
Note: See TracChangeset for help on using the changeset viewer.