Ignore:
Timestamp:
2011-08-25T10:17:06Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b02308e
Parents:
1a02517
Message:

libusbhost: Add destructor for hcdata

File:
1 edited

Legend:

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

    r1a02517 r32e093e  
    8888        ed_init(hcd_ep->ed, ep);
    8989        ed_set_td(hcd_ep->ed, hcd_ep->td);
    90         endpoint_set_hc_data(ep, hcd_ep, hcd_ep_toggle_get, hcd_ep_toggle_set);
     90        endpoint_set_hc_data(
     91            ep, hcd_ep, NULL, hcd_ep_toggle_get, hcd_ep_toggle_set);
    9192
    9293        return hcd_ep;
Note: See TracChangeset for help on using the changeset viewer.