Changeset 23e5471 in mainline for uspace/drv/bus/usb/ehci/ehci_batch.c


Ignore:
Timestamp:
2014-01-25T07:08:37Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e9c5bd9
Parents:
a752c78c
Message:

ehci: Implement batch commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/ehci_batch.c

    ra752c78c r23e5471  
    249249{
    250250        assert(ehci_batch);
    251 //      ed_set_tail_td(ehci_batch->ed, ehci_batch->tds[ehci_batch->td_count]);
     251        qh_set_next_td(ehci_batch->qh, ehci_batch->tds[0]);
    252252}
    253253
Note: See TracChangeset for help on using the changeset viewer.