[PATCH v2] staging: media: sunxi: Add bool cast to value

2019-07-21 Thread Nishka Dasgupta
Typecast as bool the return value of cedrus_find_format in cedrus_check_format as the return value of cedrus_check_format is always treated like a boolean value. Signed-off-by: Nishka Dasgupta --- Changes in v2: - Add !! to the returned pointer to ensure that the return value is always either t

Re: scancodes identified as invalid

2019-07-21 Thread Sean Young
Hi, On Sun, Jul 21, 2019 at 11:33:54PM +, John G wrote: > Hi Sean, > > Thank you for the reply and the links! (difficult to find with Google) > > >  I'm not sure what the nec1 protocol is exactly. This sounds like a > >AnalysIR invention. > > Actually, NEC1 is noted at irdb.tk (IR code d

Re: MyGica T230 dvb-t2 data corruption since commit 5fa8815

2019-07-21 Thread JP
Hi Sean, On 7/21/19 8:29 PM, Sean Young wrote: On Fri, Jul 19, 2019 at 08:35:42PM +0200, Jan Pieter van Woerkom wrote: dvbsky: add MyGica T230. Moved from cxusb driver as that driver can't handle FX2 FIFO issue. Well then it should be deleted from the cxusb driver. Also how well is this tested

Re: [PATCH v2 2/3] [media] mceusb: Reword messages referring to "urb"

2019-07-21 Thread A Sun
Hi again, On 7/15/2019 8:28 AM, Sean Young wrote: > Hi, > > On Tue, Jun 25, 2019 at 05:29:02PM -0400, A Sun wrote: >> In a quick look though other USB drivers, here are some other possibilities: >> >> Endpoint-in / Endpoint-out (not concise) >> ep-in / ep-out (abbrev m

Re: scancodes identified as invalid

2019-07-21 Thread Sean Young
Hi, On Fri, Jul 19, 2019 at 06:50:05AM -0500, JohnG wrote: > I have POWER_KEY scancodes, that work as RAW data with ir-ctl -s [file], but > are not working with ir-ctl -S: > >     0x20df10ef (POWER_KEY for my LG tv) >     0x02FD48B7 (POWER_KEY for my Toshiba tv) As you can see here https://www.s

Re: MyGica T230 dvb-t2 data corruption since commit 5fa8815

2019-07-21 Thread Sean Young
On Fri, Jul 19, 2019 at 08:35:42PM +0200, Jan Pieter van Woerkom wrote: > dvbsky: add MyGica T230. > Moved from cxusb driver as that driver can't handle FX2 FIFO issue. Well then it should be deleted from the cxusb driver. Also how well is this tested? Thanks Sean > > Signed-off-by: Jan Pieter

Copy of: $15,000 a month (30mins “work” lol)

2019-07-21 Thread Swan Court
This is a copy of the following message you sent to Contact via Swan Court This is an enquiry email via https://swan-court.com/ from: MauriceDauck Earn Free Bitcoin 0.2 BTC Per day: http://arpresechin.tk/4jhg

Re: [PATCH] mx2_emmaprp: use struct v4l2_fh

2019-07-21 Thread Ezequiel Garcia
On Wed, 2019-07-17 at 15:43 +0200, Hans Verkuil wrote: > Convert this driver to use struct v4l2_fh and as a result switch to > using vb2/v4l2_mem2mem helper functions as well. > > Only compile-tested due to lack of hardware. This driver is however > very similar to the m2m-deinterlace driver in th

Re: [PATCH 5/6] omap_vout: use struct v4l2_fh

2019-07-21 Thread Ezequiel Garcia
On Wed, 2019-07-17 at 15:29 +0200, Hans Verkuil wrote: > This driver is one of the few that is still not using struct > v4l2_fh. Convert it. > > Tested on a Pandaboard. > > Signed-off-by: Hans Verkuil Reviewed-by: Ezequiel Garcia

Re: [PATCH] m2m-deinterlace: use struct v4l2_fh

2019-07-21 Thread Ezequiel Garcia
On Wed, 2019-07-17 at 11:36 +0200, Hans Verkuil wrote: > Convert this driver to use struct v4l2_fh and as a result switch to > using vb2/v4l2_mem2mem helper functions as well. > > Signed-off-by: Hans Verkuil > --- > Tested on an omap4 board, after additional hacking of this driver to > make it wo

Re: [PATCH 2/4] via-camera: use struct v4l2_fh

2019-07-21 Thread Ezequiel Garcia
On Wed, 2019-07-17 at 11:03 +0200, Hans Verkuil wrote: > Modern V4L2 drivers should use struct v4l2_fh to represent a filehandle. > This driver was one of the few that didn't use it. > > Signed-off-by: Hans Verkuil Reviewed-by: Ezequiel Garcia > --- > drivers/media/platform/via-camera.c | 47