FreeBSD kernel usb device Code
usb_gen_quirk Struct Reference

#include <usb_ioctl.h>

Data Fields

uint16_t index
 
uint16_t vid
 
uint16_t pid
 
uint16_t bcdDeviceLow
 
uint16_t bcdDeviceHigh
 
uint16_t reserved [2]
 
char quirkname [64 - 14]
 

Detailed Description

Definition at line 220 of file usb_ioctl.h.

Field Documentation

◆ bcdDeviceHigh

uint16_t usb_gen_quirk::bcdDeviceHigh

Definition at line 225 of file usb_ioctl.h.

Referenced by usb_quirk_ioctl().

◆ bcdDeviceLow

uint16_t usb_gen_quirk::bcdDeviceLow

Definition at line 224 of file usb_ioctl.h.

Referenced by usb_quirk_ioctl().

◆ index

uint16_t usb_gen_quirk::index

Definition at line 221 of file usb_ioctl.h.

Referenced by usb_quirk_ioctl().

◆ pid

uint16_t usb_gen_quirk::pid

Definition at line 223 of file usb_ioctl.h.

Referenced by usb_quirk_ioctl().

◆ quirkname

char usb_gen_quirk::quirkname[64 - 14]

Definition at line 231 of file usb_ioctl.h.

Referenced by usb_quirk_ioctl().

◆ reserved

uint16_t usb_gen_quirk::reserved[2]

Definition at line 226 of file usb_ioctl.h.

◆ vid

uint16_t usb_gen_quirk::vid

Definition at line 222 of file usb_ioctl.h.

Referenced by usb_quirk_ioctl().


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