Re: [PATCH] media: uvcvideo: Support UVC 1.5 video probe & commit controls

2018-09-30 Thread Greg KH
On Sun, Sep 30, 2018 at 01:38:16PM +0300, Laurent Pinchart wrote: > From: ming_qian > > commit f620d1d7afc7db57ab59f35000752840c91f67e7 upstream. > > The length of UVC 1.5 video control is 48, and it is 34 for UVC 1.1. > Change it to 48 for UVC 1.5 device, and the UVC 1.5 device can be > recogni

[PATCH] media: uvcvideo: Support UVC 1.5 video probe & commit controls

2018-09-30 Thread Laurent Pinchart
From: ming_qian commit f620d1d7afc7db57ab59f35000752840c91f67e7 upstream. The length of UVC 1.5 video control is 48, and it is 34 for UVC 1.1. Change it to 48 for UVC 1.5 device, and the UVC 1.5 device can be recognized. More changes to the driver are needed for full UVC 1.5 compatibility. Howe