Changeset ec700c7 in mainline for uspace/lib/usb
- Timestamp:
- 2017-10-23T23:17:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 894f58c
- Parents:
- b724494
- Location:
- uspace/lib/usb/include/usb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/descriptor.h
rb724494 rec700c7 245 245 */ 246 246 uint8_t attributes; 247 #define SS_COMPANION_MAX_STREAMS(attributes) \ 248 (attributes & 0x1f) 247 249 /** The total number of bytes this endpoint will transfer 248 250 * every service interval (SI). -
uspace/lib/usb/include/usb/usb.h
rb724494 rec700c7 197 197 unsigned polling_interval; 198 198 } usb2; 199 200 struct { 201 unsigned max_burst; 202 unsigned max_streams; 203 } usb3; 199 204 } usb_endpoint_desc_t; 200 205
Note:
See TracChangeset
for help on using the changeset viewer.