Changeset 3c404dc in mainline for uspace/drv/bus/usb/ehci/ehci_batch.c


Ignore:
Timestamp:
2014-01-25T19:24:58Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d97f91f
Parents:
23678f3
Message:

ehci: Fix initialization of control status TD

File:
1 edited

Legend:

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

    r23678f3 r3c404dc  
    317317        /* Status stage */
    318318        assert(td_current == ehci_batch->td_count - 1);
    319         td_init(ehci_batch->tds[td_current], ehci_batch->tds[td_current + 1],
    320             status_dir, NULL, 0, 1, true);
     319        td_init(ehci_batch->tds[td_current], NULL, status_dir, NULL, 0, 1, true);
    321320        usb_log_debug("Created CONTROL STATUS TD(%"PRIxn"): %08x:%08x:%08x",
    322321            addr_to_phys(ehci_batch->qh),
Note: See TracChangeset for help on using the changeset viewer.