On Wed, Jul 18, 2012 at 03:16:57PM +0200, Laurent Pinchart wrote: > Hi Bjørn, > > On Wednesday 18 July 2012 14:47:35 Bjørn Mork wrote: > > 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. > > Good point. The USB_VENDOR_AND_INTERFACE_INFO patch would need to go in first. > Is it queued for v3.6 ? Yes, it is already in my usb-next tree. thanks, greg k-h -- 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