[PATCH] V4L/DVB: calibration still successful at 10

2009-02-11 Thread Roel Kluin
With while (i++ 10) { ... } i can reach 11, so callibration still succeeds at i == 10. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- diff --git a/drivers/media/common/tuners/mt2060.c b/drivers/media/common/tuners/mt2060.c index 12206d7..c7abe3d 100644 ---

PULL request

2009-02-11 Thread Patrick Boettcher
Hi Mauro, I pushed several changesets to my tree and would like to ask you to pull them. - [PATCH] Add support for Winfast Dongle Hybrid - [PATCH] Emtec S810 (1164:2edc) support - [PATCH] Add Elgato EyeTV Diversity to dibcom driver - Wipe out an obsolete documentation about Flexcop

Re: [PATCH] DAB: fix typo

2009-02-11 Thread Jiri Kosina
On Sun, 1 Feb 2009, Németh Márton wrote: From: Márton Németh nm...@freemail.hu Fix typo in DAB adapters section in Kconfig. Signed-off-by: Márton Németh nm...@freemail.hu --- --- linux-2.6.29-rc3/drivers/media/Kconfig.orig 2008-12-25 00:26:37.0 +0100 +++

[cron job] ERRORS: armv5 armv5-ixp armv5-omap2 i686 m32r mips powerpc64 x86_64 v4l-dvb build

2009-02-11 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:Wed Feb 11 19:00:04 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 10516:b07848302e6c gcc version:

Re: dvb-usb-cinergyT2

2009-02-11 Thread Thierry Merle
Hello Johannes, Johannes Engel wrote: Hello! Switching to the new kernel 2.6.28 including the new driver for my Terratec Cinergy T² made the thing almost unusable. Neither mplayer nor scan resp. w_scan is able to tune the card anymore, not even the led lights up anymore. Sometimes tzap

Re: KWorld ATSC 115 all static

2009-02-11 Thread David Engel
On Wed, Feb 11, 2009 at 05:43:29AM -0200, Mauro Carvalho Chehab wrote: On Tue, 10 Feb 2009 21:50:16 -0600 David Engel da...@istwok.net wrote: MythTV eventually worked too, but I had to do the unload/reload modules and run tvtime procedure I reported earlier when I tried Hans' kworld tree.

Re: [PATCH][RESEND 2] Added support for AVerMedia Cardbus Hybrid remote control

2009-02-11 Thread Alexey Klimov
On Wed, 2009-02-11 at 15:47 +0100, Oldrich Jedlicka wrote: Hi, please have a look at the attached patch. Signed-off-by: Oldřich Jedlička oldium@seznam.cz Thanks, Oldřich. Hello, Oldrich I tried to find your patch(this and from 1 Feb) on patchwork.kernel.org and failed :( Probably

Re: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-02-11 Thread Sakari Ailus
DongSoo Kim wrote: Hello. Hi, and thanks for the comments! +static int omap34xxcam_open(struct inode *inode, struct file *file) +{ snip + if (atomic_inc_return(vdev-users) == 1) { + isp_get(); + if (omap34xxcam_slave_power_set(vdev, V4L2_POWER_ON, +

Re: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-02-11 Thread DongSoo Kim
Thank you for your comment. BTW, what should I do if I would rather use external ISP device than OMAP3 internal ISP feature? You said that you just have raw sensors by now, so you mean this patch is not verified working with some ISP modules? I'm testing your patch on my own omap3 target board