|
TianoCore EDK2 master
|
Data Fields | |
| EFI_DEVICE_PATH_PROTOCOL | Header |
| UINT16 | VendorId |
| UINT16 | ProductId |
| UINT8 | DeviceClass |
| UINT8 | DeviceSubClass |
| UINT8 | DeviceProtocol |
Definition at line 435 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 451 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 461 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 456 of file DevicePath.h.
| EFI_DEVICE_PATH_PROTOCOL USB_CLASS_DEVICE_PATH::Header |
Definition at line 436 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 446 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 441 of file DevicePath.h.