Hi Bjørn, On Wednesday 18 July 2012 14:47:35 Bjørn Mork wrote: > Laurent Pinchart <laurent.pinch...@ideasonboard.com> 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.
Good point. The USB_VENDOR_AND_INTERFACE_INFO patch would need to go in first. Is it queued for v3.6 ? -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html