Changeset 9a6fde4 in mainline for uspace/drv/ohci/hcd_endpoint.c


Ignore:
Timestamp:
2011-04-13T13:56:51Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7013b14
Parents:
592369ae
Message:

Batch uses static endpoint descriptors

File:
1 edited

Legend:

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

    r592369ae r9a6fde4  
    5656
    5757        ed_init(hcd_ep->ed, ep);
    58         ed_add_tds(hcd_ep->ed, hcd_ep->td, hcd_ep->td);
     58        ed_set_td(hcd_ep->ed, hcd_ep->td);
    5959        endpoint_set_hc_data(ep, hcd_ep, NULL, NULL);
    6060
Note: See TracChangeset for help on using the changeset viewer.