USB_DEVICE_AND_INTER
Section: Host-Side Data Types and Macro (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
USB_DEVICE_AND_INTERFACE_INFO - describe a specific usb device with a class of usb interfaces
 
SYNOPSIS
- 
USB_DEVICE_AND_INTERFACE_INFO(vend, prod, cl, sc, pr);
ARGUMENTS
vend
- 
- the 16 bit USB Vendor ID
prod
- 
the 16 bit USB Product ID
cl
- 
bInterfaceClass value
sc
- 
bInterfaceSubClass value
pr
- 
bInterfaceProtocol value
DESCRIPTION
This macro is used to create a struct usb_device_id that matches a specific device with a specific class of interfaces.
This is especially useful when explicitly matching devices that have vendor specific bDeviceClass values, but standards-compliant interfaces.
 
COPYRIGHT