Searched defs:usb_hub_descriptor (Results 1 – 1 of 1) sorted by relevance
260 struct usb_hub_descriptor { struct261 __u8 bDescLength;262 __u8 bDescriptorType;263 __u8 bNbrPorts;264 __le16 wHubCharacteristics;265 __u8 bPwrOn2PwrGood;266 __u8 bHubContrCurrent;269 union {281 } u;