Changeset 0ee999d in mainline for uspace/lib/usbhost/include/usb/host/endpoint.h
- Timestamp:
- 2013-08-20T12:24:16Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5856b627
- Parents:
- 5dad73d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/endpoint.h
r5dad73d r0ee999d 67 67 /** Signals change of active status. */ 68 68 fibril_condvar_t avail; 69 /** High speed TT data */ 70 struct { 71 usb_address_t address; 72 unsigned port; 73 } tt; 69 74 /** Optional device specific data. */ 70 75 struct { … … 80 85 endpoint_t * endpoint_create(usb_address_t address, usb_endpoint_t endpoint, 81 86 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); 83 89 void endpoint_destroy(endpoint_t *instance); 84 90
Note:
See TracChangeset
for help on using the changeset viewer.