Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
usb_hub_descriptor Struct Reference

#include <ch11.h>

Data Fields

__u8 bDescLength
 
__u8 bDescriptorType
 
__u8 bNbrPorts
 
__le16 wHubCharacteristics
 
__u8 bPwrOn2PwrGood
 
__u8 bHubContrCurrent
 
union {
u
 
__u8 DeviceRemovable [(USB_MAXCHILDREN+1+7)/8]
 
__u8 PortPwrCtrlMask [(USB_MAXCHILDREN+1+7)/8]
 
__u8 bHubHdrDecLat
 
__le16 wHubDelay
 
__le16 DeviceRemovable
 

Detailed Description

Definition at line 221 of file ch11.h.

Field Documentation

__u8 bDescLength

Definition at line 222 of file ch11.h.

__u8 bDescriptorType

Definition at line 223 of file ch11.h.

__u8 bHubContrCurrent

Definition at line 227 of file ch11.h.

__u8 bHubHdrDecLat

Definition at line 238 of file ch11.h.

__u8 bNbrPorts

Definition at line 224 of file ch11.h.

__u8 bPwrOn2PwrGood

Definition at line 226 of file ch11.h.

__u8 DeviceRemovable[(USB_MAXCHILDREN+1+7)/8]

Definition at line 233 of file ch11.h.

__le16 DeviceRemovable

Definition at line 240 of file ch11.h.

__u8 PortPwrCtrlMask[(USB_MAXCHILDREN+1+7)/8]

Definition at line 234 of file ch11.h.

union { ... } u
__le16 wHubCharacteristics

Definition at line 225 of file ch11.h.

__le16 wHubDelay

Definition at line 239 of file ch11.h.


The documentation for this struct was generated from the following file: