Changeset 58563585 in mainline for uspace/lib/usb/include/usb/classes/hub.h
- Timestamp:
- 2016-08-31T11:15:39Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10cb47e
- Parents:
- 7a67416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hub.h
r7a67416 r58563585 110 110 */ 111 111 uint8_t characteristics; 112 112 113 #define HUB_CHAR_POWER_PER_PORT_FLAG (1 << 0) 113 114 #define HUB_CHAR_NO_POWER_SWITCH_FLAG (1 << 1) … … 196 197 */ 197 198 /* 7 (basic size) + 2*32 (port bitmasks) */ 198 #define USB_HUB_MAX_DESCRIPTOR_SIZE (7 + 2 * 32)199 #define USB_HUB_MAX_DESCRIPTOR_SIZE (7 + 2 * 32) 199 200 200 201 #endif
Note:
See TracChangeset
for help on using the changeset viewer.