Re: [PATCH 2/3 v7] uvcvideo: add extensible device information

2017-11-28 Thread Guennadi Liakhovetski
Hi Laurent, Thanks for reviewing. On Tue, 28 Nov 2017, Laurent Pinchart wrote: > Hi Guennadi, > > Thank you for the patch. > > On Wednesday, 8 November 2017 18:00:13 EET Guennadi Liakhovetski wrote: > > From: Guennadi Liakhovetski > > > > Currently the UVC driver assigns a quirk bitmask to t

Re: [PATCH 2/3 v7] uvcvideo: add extensible device information

2017-11-28 Thread Laurent Pinchart
Hi Guennadi, Thank you for the patch. On Wednesday, 8 November 2017 18:00:13 EET Guennadi Liakhovetski wrote: > From: Guennadi Liakhovetski > > Currently the UVC driver assigns a quirk bitmask to the .driver_info > field of struct usb_device_id. This patch instroduces a struct to store > quirks

[PATCH 2/3 v7] uvcvideo: add extensible device information

2017-11-08 Thread Guennadi Liakhovetski
From: Guennadi Liakhovetski Currently the UVC driver assigns a quirk bitmask to the .driver_info field of struct usb_device_id. This patch instroduces a struct to store quirks and possibly other per-device parameters in the future. Signed-off-by: Guennadi Liakhovetski --- v7: this is a new pat