Ignore:
Timestamp:
2013-08-20T12:24:16Z (11 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/endpoint.h

    r5dad73d r0ee999d  
    6767        /** Signals change of active status. */
    6868        fibril_condvar_t avail;
     69        /** High speed TT data */
     70        struct {
     71                usb_address_t address;
     72                unsigned port;
     73        } tt;
    6974        /** Optional device specific data. */
    7075        struct {
     
    8085endpoint_t * endpoint_create(usb_address_t address, usb_endpoint_t endpoint,
    8186    usb_direction_t direction, usb_transfer_type_t type, usb_speed_t speed,
    82     size_t max_packet_size, size_t bw);
     87    size_t max_packet_size, size_t bw, usb_address_t tt_address,
     88    unsigned tt_port);
    8389void endpoint_destroy(endpoint_t *instance);
    8490
Note: See TracChangeset for help on using the changeset viewer.