Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> writes: > static const struct usb_device_id usb_interface_quirk_list[] = { > + /* Logitech UVC Cameras */ > + { .match_flags = USB_DEVICE_ID_MATCH_VENDOR > + | USB_DEVICE_ID_MATCH_INT_INFO, > + .idVendor = 0x046d, > + .bInterfaceClass = USB_CLASS_VIDEO, > + .bInterfaceSubClass = 1, > + .bInterfaceProtocol = 0, > + .driver_info = USB_QUIRK_RESET_RESUME }, > + > { } /* terminating entry must be last */ > }; This could use the brand new USB_VENDOR_AND_INTERFACE_INFO macro. Bjørn -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html