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/hcd.h

    r3afb758 r1a02517  
    5050
    5151        int (*schedule)(hcd_t *, usb_transfer_batch_t *);
    52         void * (*batch_private_ctor)(usb_transfer_batch_t *);
    53         void (*batch_private_dtor)(void *);
     52        int (*batch_init_hook)(usb_transfer_batch_t *);
     53        int (*ep_add_hook)(endpoint_t *);
    5454};
    5555/*----------------------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.