[Regression] DVBSky S960CI hard broken in 4.18

2018-09-30 Thread Oliver Freyermuth
Hi all, sorry to bump this, but I wonder whether I could help by submitting a [PATCH] reverting the buggy change from 7d95fb7 ? As discussed in https://bugzilla.kernel.org/show_bug.cgi?id=199323 , the widespread card is unusable since 7d95fb7 . Please include me in any replies, I am not subsc

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

Re: [PATCH] MAINTAINERS: Remove stale file entry for the Atmel ISI driver

2018-09-30 Thread Joe Perches
On Sun, 2018-09-30 at 06:30 -0300, Mauro Carvalho Chehab wrote: > Em Sun, 30 Sep 2018 09:54:48 +0300 > Laurent Pinchart escreveu: > > > include/media/atmel-isi got removed three years ago without the > > MAINTAINERS file being updated. Remove the stale entry. > > > > Fixes: 40a78f36fc92 ("[media

Re: [PATCH] MAINTAINERS: Remove stale file entry for the Atmel ISI driver

2018-09-30 Thread Mauro Carvalho Chehab
Em Sun, 30 Sep 2018 09:54:48 +0300 Laurent Pinchart escreveu: > include/media/atmel-isi got removed three years ago without the > MAINTAINERS file being updated. Remove the stale entry. > > Fixes: 40a78f36fc92 ("[media] v4l: atmel-isi: Remove support for platform > data") > Reported-by: Joe Per