|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/DevicePath.h>
Data Fields | |
| EFI_DEVICE_PATH_PROTOCOL | Header |
| UINT16 | InterfaceNumber |
| UINT16 | VendorId |
| UINT16 | ProductId |
This device path describes a USB device using its serial number.
Definition at line 472 of file DevicePath.h.
| EFI_DEVICE_PATH_PROTOCOL USB_WWID_DEVICE_PATH::Header |
Definition at line 473 of file DevicePath.h.
| UINT16 USB_WWID_DEVICE_PATH::InterfaceNumber |
USB interface number.
Definition at line 477 of file DevicePath.h.
| UINT16 USB_WWID_DEVICE_PATH::ProductId |
USB product id of the device.
Definition at line 485 of file DevicePath.h.
| UINT16 USB_WWID_DEVICE_PATH::VendorId |
USB vendor id of the device.
Definition at line 481 of file DevicePath.h.