USB_DEVICE_AND_INTERFACE_INFO — macro used to describe a specific usb device
the 16 bit USB Vendor ID
the 16 bit USB Product ID
bInterfaceClass value
bInterfaceSubClass value
bInterfaceProtocol value
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.
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.