iPXE
Data Fields
usb_device_id Struct Reference

A USB device ID. More...

#include <usb.h>

Data Fields

const char * name
 Name. More...
 
uint16_t vendor
 Vendor ID. More...
 
uint16_t product
 Product ID. More...
 
unsigned long driver_data
 Arbitrary driver data. More...
 

Detailed Description

A USB device ID.

Definition at line 1335 of file usb.h.

Field Documentation

◆ name

const char* usb_device_id::name

Name.

Definition at line 1337 of file usb.h.

◆ vendor

uint16_t usb_device_id::vendor

Vendor ID.

Definition at line 1339 of file usb.h.

◆ product

uint16_t usb_device_id::product

Product ID.

Definition at line 1341 of file usb.h.

◆ driver_data

unsigned long usb_device_id::driver_data

Arbitrary driver data.

Definition at line 1343 of file usb.h.

Referenced by hub_probe().


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