Ignore:
Timestamp:
2013-08-20T12:24:16Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5856b627
Parents:
5dad73d
Message:

libusbhost: Add TT information to usb_enpoint_t structure.

File:
1 edited

Legend:

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

    r5dad73d r0ee999d  
    9393    usb_address_t address, usb_endpoint_t endpoint, usb_direction_t direction,
    9494    usb_transfer_type_t type, size_t max_packet_size, size_t data_size,
    95     ep_add_callback_t callback, void *arg);
     95    ep_add_callback_t callback, void *arg, usb_address_t tt_address,
     96    unsigned tt_port);
    9697
    9798int usb_endpoint_manager_remove_ep(usb_endpoint_manager_t *instance,
     
    108109    usb_address_t *address, bool strict, usb_speed_t speed);
    109110
    110 int usb_endpoint_manager_get_info_by_address(usb_endpoint_manager_t *instance,
     111int usb_endpoint_manager_get_speed(usb_endpoint_manager_t *instance,
    111112    usb_address_t address, usb_speed_t *speed);
    112113#endif
Note: See TracChangeset for help on using the changeset viewer.