ReactOS 0.4.16-dev-125-g798ea90
|
#include <DevicePath.h>
Public Attributes | |
EFI_DEVICE_PATH_PROTOCOL | Header |
UINT16 | VendorId |
UINT16 | ProductId |
UINT8 | DeviceClass |
UINT8 | DeviceSubClass |
UINT8 | DeviceProtocol |
Definition at line 405 of file DevicePath.h.
UINT8 USB_CLASS_DEVICE_PATH::DeviceClass |
The class code assigned by the USB-IF. A value of 0xFF will match any class code.
Definition at line 421 of file DevicePath.h.
UINT8 USB_CLASS_DEVICE_PATH::DeviceProtocol |
The protocol code assigned by the USB-IF. A value of 0xFF will match any protocol code.
Definition at line 431 of file DevicePath.h.
UINT8 USB_CLASS_DEVICE_PATH::DeviceSubClass |
The subclass code assigned by the USB-IF. A value of 0xFF will match any subclass code.
Definition at line 426 of file DevicePath.h.
EFI_DEVICE_PATH_PROTOCOL USB_CLASS_DEVICE_PATH::Header |
Definition at line 406 of file DevicePath.h.
UINT16 USB_CLASS_DEVICE_PATH::ProductId |
Product ID assigned by USB-IF. A value of 0xFFFF will match any Product ID.
Definition at line 416 of file DevicePath.h.
UINT16 USB_CLASS_DEVICE_PATH::VendorId |
Vendor ID assigned by USB-IF. A value of 0xFFFF will match any Vendor ID.
Definition at line 411 of file DevicePath.h.