Re: MCEUSB memory leak and how to tell if ir_register_input() failure registered input_dev?

2010-07-03 Thread Andy Walls
On Sun, 2010-06-27 at 23:34 -0400, Jarod Wilson wrote: On Sun, Jun 27, 2010 at 7:17 PM, Andy Walls awa...@md.metrocast.net wrote: Mauro and Jarrod, When ir_register_input() fails, it doesn't indicate whether or not it was able to register the input_dev or not. To me it looks like it can

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2010-07-03 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sat Jul 3 19:00:21 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14993:9652f85e688a git master:

TT-3200 + CI slot - decoding

2010-07-03 Thread Gasiu
I've got: Kubuntu 10.04 64-bit + Skystar HD + CI Slot + Aston 2.18 + Cyfra+ (Seca2) card + Kaffeine 0.8.8 and I try to use it with s2-liplianin driver - it lock signal (90% success), but problem is with decoding... I've got audio without video, or video without audio, or slideshow – here

Re: [PATCH v3] IR/mceusb: kill pinnacle-device-specific nonsense

2010-07-03 Thread Mauro Carvalho Chehab
Em 03-07-2010 01:02, Jarod Wilson escreveu: I have pinnacle hardware now. None of this pinnacle-specific crap is at all necessary (in fact, some of it needed to be removed to actually make it work). The only thing unique about this device is that it often transfers inbound data w/a header of

Re: [git:v4l-dvb/other] V4L/DVB: drivers/media/video/pvrusb2: Add missing mutex_unlock

2010-07-03 Thread Douglas Schilling Landgraf
Hello Mike, Mike Isely wrote: Mauro: FYI, I posted an Acked-By: Mike Isely is...@pobox.com weeks ago, back on 27-May, immediately after the patch was posted. It's a great catch, and the bug has been there since basically the beginning of the driver. Was I ever supposed to see any kind of

Re: [PATCH] IR/mceusb: kill pinnacle-device-specific nonsense

2010-07-03 Thread Jarod Wilson
On Saturday, July 3, 2010, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 03-07-2010 01:02, Jarod Wilson escreveu: I have pinnacle hardware now. None of this pinnacle-specific crap is at all necessary (in fact, some of it needed to be removed to actually make it work). The only thing

[PATCH] IR/mceusb: unify and simplify different gen device init

2010-07-03 Thread Jarod Wilson
Started out as an effort to try to tackle the last remaining issue I'm having with this damned pinnacle device getting wedged the first time its plugged in after an indeterminate length of not being plugged in. Didn't get that solved yet, but did streamline the init code a bit more and remove some

[PATCH] IR/imon: auto-configure another 0xffdc device variant

2010-07-03 Thread Jarod Wilson
Per Pieter Hoekstra: I have a Antec Fusion with a iMON Lcd and I get the following error: imon 6-1:1.0: Unknown 0xffdc device, defaulting to VFD and iMON IR (id 0x9e) The driver is functional if I load it like this: (I do not use a remote for it) modprobe imon display_type=1 (On Mythbuntu

Re: [git:v4l-dvb/other] V4L/DVB: drivers/media/video/pvrusb2: Add missing mutex_unlock

2010-07-03 Thread Mike Isely
On Sat, 3 Jul 2010, Douglas Schilling Landgraf wrote: Hello Mike, Mike Isely wrote: Mauro: FYI, I posted an Acked-By: Mike Isely is...@pobox.com weeks ago, back on 27-May, immediately after the patch was posted. It's a great catch, and the bug has been there since basically the

Re: Fwd: Firmware for HVR-1110

2010-07-03 Thread hermann pitton
Hi JD, Am Samstag, den 03.07.2010, 03:32 +0100 schrieb JD: I'm confused as to what firmware in needed for the HVR-1110. Scouring the web, everywhere claims that the dvb-fe-tda10046 is required; however, dmesg logs show that this fails to be uploaded, and instead it is looking for

Re: [PATCH] VIDEO: ivtvfb, remove unneeded NULL test

2010-07-03 Thread Andy Walls
On Tue, 2010-06-22 at 13:41 +0200, Jiri Slaby wrote: Stanse found that in ivtvfb_callback_cleanup there is an unneeded test for itv being NULL. But itv is initialized as container_of with non-zero offset, so it is never NULL (even if v4l2_dev is). This was found because itv is dereferenced

[PATCHv6] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-07-03 Thread Baruch Siach
This is the soc_camera support developed by Sascha Hauer for the i.MX27. Alan Carvalho de Assis modified the original driver to get it working on more recent kernels. I modified it further to add support for i.MX25. This driver has been tested on i.MX25 and i.MX27 based platforms. Signed-off-by: