Ignore:
Timestamp:
2011-08-25T08:53:14Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32e093e
Parents:
3afb758
Message:

libusbhost: Streamline new hcd arch. UHCI: follow changes in libusbhost

Add endpoint registration hook.
Remove batch private data dtor from hcd_t (it should be set during initialization)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h

    r3afb758 r1a02517  
    7777    usb_endpoint_manager_t *instance, usb_target_t target, const uint8_t *data);
    7878
     79/** Wrapper combining allocation and insertion */
    7980static inline int usb_endpoint_manager_add_ep(usb_endpoint_manager_t *instance,
    8081    usb_address_t address, usb_endpoint_t endpoint, usb_direction_t direction,
Note: See TracChangeset for help on using the changeset viewer.