Changes in uspace/lib/usb/include/usb/classes/hub.h [82a639cd:58563585] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hub.h
r82a639cd 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.