ReactOS 0.4.15-dev-7934-g1dc8d80
_USB_DEVICE_DESCRIPTOR Struct Reference

#include <usb100.h>

Public Attributes

UCHAR bLength
 
UCHAR bDescriptorType
 
USHORT bcdUSB
 
UCHAR bDeviceClass
 
UCHAR bDeviceSubClass
 
UCHAR bDeviceProtocol
 
UCHAR bMaxPacketSize0
 
USHORT idVendor
 
USHORT idProduct
 
USHORT bcdDevice
 
UCHAR iManufacturer
 
UCHAR iProduct
 
UCHAR iSerialNumber
 
UCHAR bNumConfigurations
 

Detailed Description

Definition at line 110 of file usb100.h.

Member Data Documentation

◆ bcdDevice

USHORT _USB_DEVICE_DESCRIPTOR::bcdDevice

Definition at line 120 of file usb100.h.

Referenced by HidInternalDeviceControl(), and USBPORT_RootHubCreateDevice().

◆ bcdUSB

USHORT _USB_DEVICE_DESCRIPTOR::bcdUSB

Definition at line 113 of file usb100.h.

Referenced by USBPORT_RootHubCreateDevice().

◆ bDescriptorType

UCHAR _USB_DEVICE_DESCRIPTOR::bDescriptorType

Definition at line 112 of file usb100.h.

Referenced by USBPORT_RootHubCreateDevice().

◆ bDeviceClass

UCHAR _USB_DEVICE_DESCRIPTOR::bDeviceClass

Definition at line 114 of file usb100.h.

Referenced by USBPORT_RootHubCreateDevice().

◆ bDeviceProtocol

UCHAR _USB_DEVICE_DESCRIPTOR::bDeviceProtocol

Definition at line 116 of file usb100.h.

Referenced by USBPORT_RootHubCreateDevice().

◆ bDeviceSubClass

UCHAR _USB_DEVICE_DESCRIPTOR::bDeviceSubClass

Definition at line 115 of file usb100.h.

Referenced by USBPORT_RootHubCreateDevice().

◆ bLength

UCHAR _USB_DEVICE_DESCRIPTOR::bLength

Definition at line 111 of file usb100.h.

Referenced by USBH_ResetDevice(), and USBPORT_RootHubCreateDevice().

◆ bMaxPacketSize0

UCHAR _USB_DEVICE_DESCRIPTOR::bMaxPacketSize0

Definition at line 117 of file usb100.h.

Referenced by USBPORT_RootHubCreateDevice().

◆ bNumConfigurations

UCHAR _USB_DEVICE_DESCRIPTOR::bNumConfigurations

Definition at line 124 of file usb100.h.

Referenced by ReadandSelectDescriptors(), and USBPORT_RootHubCreateDevice().

◆ idProduct

USHORT _USB_DEVICE_DESCRIPTOR::idProduct

◆ idVendor

USHORT _USB_DEVICE_DESCRIPTOR::idVendor

◆ iManufacturer

UCHAR _USB_DEVICE_DESCRIPTOR::iManufacturer

Definition at line 121 of file usb100.h.

Referenced by USBPORT_RootHubCreateDevice().

◆ iProduct

UCHAR _USB_DEVICE_DESCRIPTOR::iProduct

Definition at line 122 of file usb100.h.

Referenced by USBPORT_RootHubCreateDevice().

◆ iSerialNumber

UCHAR _USB_DEVICE_DESCRIPTOR::iSerialNumber

Definition at line 123 of file usb100.h.

Referenced by USBH_CreateDevice(), and USBPORT_RootHubCreateDevice().


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