Searched defs:usb_hub_descriptor (Results 1 – 1 of 1) sorted by relevance
129 struct usb_hub_descriptor { struct130 uint8_t bLength;131 uint8_t bDescriptorType;132 uint8_t bNbrPorts;133 uint16_t wHubCharacteristics;134 uint8_t bPwrOn2PwrGood;135 uint8_t bHubContrCurrent;136 uint8_t DeviceRemovable;137 uint8_t PortPwrCtrlMask;
Completed in 2 milliseconds