Changes in uspace/lib/usb/include/usb/classes/hub.h [57abafd:d493ac17] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hub.h
r57abafd rd493ac17 60 60 } usb_hub_class_feature_t; 61 61 62 /** Header of standard hub descriptor without the "variadic" part. */63 typedef struct {64 /** Descriptor length. */65 uint8_t length;66 /** Descriptor type (0x29). */67 uint8_t descriptor_type;68 /** Number of downstream ports. */69 uint8_t port_count;70 /** Characteristics bitmask. */71 uint16_t characteristics;72 /** Time from power-on to stabilization of current on the port. */73 uint8_t power_good_time;74 /** Maximum current requirements in mA. */75 uint8_t max_current;76 } __attribute__ ((packed)) usb_hub_descriptor_header_t;77 62 78 63 /**
Note:
See TracChangeset
for help on using the changeset viewer.