Searched defs:usb_hub_descriptor (Results 1 – 1 of 1) sorted by relevance
232 struct usb_hub_descriptor { struct233 __u8 bDescLength;234 __u8 bDescriptorType;235 __u8 bNbrPorts;236 __le16 wHubCharacteristics;237 __u8 bPwrOn2PwrGood;238 __u8 bHubContrCurrent;241 union {253 } u;