Re: [PATCH v2 2/2] usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcams

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux