Fwd: Re: patch for lifeview hybrid mini

2010-08-23 Thread tomlohave
Message original Sujet: Re: patch for lifeview hybrid mini Date : Tue, 24 Aug 2010 08:35:39 +0200 De :tomloh...@gmail.com Pour : hermann pitton , jpnew...@free.fr, linux-...@linuxtv.org Le 24/08/2010 01:49, hermann pitton a écrit : Hello Thomas, Hi hermann t

Re: [PATCH] update DVB-C scan files for hu-Digikabel

2010-08-23 Thread Christoph Pfister
2010/8/15 Marton Balint : > # HG changeset patch > # User Marton Balint > # Date 1281875940 -7200 > # Node ID 7c8fa4a65634e5cab19ace3a17d15c29e31d07e4 > # Parent  16157edcb447ec50184ccb9dcefc8c6c3da88aa5 > update DVB-C scan files for hu-Digikabel Applied, thanks. Christoph > Signed-off-by: Mar

Re: Hauppauge PCTV DVB-S2 STICK 460E USB 2.0

2010-08-23 Thread Markus Rechberger
On Tue, Aug 24, 2010 at 3:40 AM, Goga777 wrote: > hi > > does somebody work under Linux drivers for this dvb-s2 stick ? > Although we are not working on that one, we are about to release another DVB-S/S2 USB Stick with full Linux support at around the end of september. http://www.sundtek.de/imag

Hauppauge WinTV HVR-1200 dvb-c?

2010-08-23 Thread Tiago Pierezan Camargo
Hi, Does anybody know if the Hauppauge WinTV HVR-1200 supports dvb-c? The wiki says so, but it is listed as a dvb-t only device on hauppauge website. http://linuxtv.org/wiki/index.php/DVB-C_PCIe_Cards#Card_Fully_Supported: Thanks Tiago-- To unsubscribe from this list: send the line "unsubscribe

Re: patch for lifeview hybrid mini

2010-08-23 Thread hermann pitton
Am Montag, den 23.08.2010, 16:06 +0200 schrieb tomloh...@gmail.com: > Le 17/08/2010 02:24, hermann pitton a écrit : > > Hi, > > > > Am Sonntag, den 15.08.2010, 07:20 +0200 schrieb tomloh...@gmail.com: > > > > > Hi, > > > > > > the proposed patch is 6 month old and the owner of the card does

Re: [PATCH 0/4] mx2_camera: mx25 fixes and enhancements

2010-08-23 Thread Guennadi Liakhovetski
Hi Baruch On Mon, 23 Aug 2010, Baruch Siach wrote: > Hi Guennadi, > > On Tue, Jul 27, 2010 at 03:06:06PM +0300, Baruch Siach wrote: > > The first 3 pathces in this series are fixes for the mx2_camera driver > > which is > > going upstream via the imx git tree. The last patch implements forced

Hauppauge PCTV DVB-S2 STICK 460E USB 2.0

2010-08-23 Thread Goga777
hi does somebody work under Linux drivers for this dvb-s2 stick ? Goga -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH]STV0288 Incorrect bit sample for Vitterbi status.

2010-08-23 Thread tvbox
bit 3(LK) indicates that the Vstatus is locked. Currently using bit 7(CF) which is usually present, results in early aborted search in FEC_AUTO and missing channels. Signed-off-by: Malcolm Priestley diff --git a/drivers/media/dvb/frontends/stv0288.c b/drivers/media/dvb/frontends index 2930a5d..b

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

2010-08-23 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:Mon Aug 23 19:00:22 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15127:9ac667311552 git master:

Re: hvr950q stopped working: read of drv0 never returns

2010-08-23 Thread Brian J. Murrell
On Mon, 2010-08-23 at 07:19 -0400, Devin Heitmueller wrote: > > Hi Brian, Hi Devin, > What command are you using to control the frontend? If it's "azap", > did you remember to specify the "-r" argument? Uh-oh. Here comes a grand display of my ignorance for the manual workings of this device.

Re: patch for lifeview hybrid mini

2010-08-23 Thread tomloh...@gmail.com
Le 17/08/2010 02:24, hermann pitton a écrit : Hi, Am Sonntag, den 15.08.2010, 07:20 +0200 schriebtomloh...@gmail.com: Hi, the proposed patch is 6 month old and the owner of the card does not give any more sign of life for the support of the radio. can someone review it and push it as is?

[PATCH] Fix regression for BeholdTV Columbus.

2010-08-23 Thread Dmitri Belimov
Hi Some time a go our customers wrote me about problem with our TV card BeholdTV Columbus. It's PCMCIA TV card for notebook. As I understand v4l has some regression with autodetect address of tuners. I can set incorrect I2C address and had report about detect tuner. No any TV of course. When I s

Re: hvr950q stopped working: read of drv0 never returns

2010-08-23 Thread Devin Heitmueller
On Mon, Aug 23, 2010 at 12:32 AM, Brian J. Murrell wrote: > Hi, > > I have an HVR 950Q on my Ubuntu 2.6.32 kernel.  I have in fact tried > several kernel versions on a couple of different machines with the same > behaviour. > > What seems to be happening is that /dev/dvb/adapter0/dvr0 can be opene

[PATCH] cx88: convert core->tvaudio into an enum

2010-08-23 Thread lawrence rust
Using an enum and removing the default case from switch statements accessing the value enables the compiler to emit a warning (enabled with -Wall) when an audio mode is not handled. This highlights an omission in the function cx88_dsp_detect_stereo_sap() (in cx88-dsp.c) not handling WW_EIAJ and WW

Re: [PATCH 1/2] V4L/DVB: radio-si4713: Release i2c adapter in driver cleanup paths

2010-08-23 Thread Jarkko Nikula
Hi On Mon, 2 Aug 2010 13:09:52 +0300 Jarkko Nikula wrote: > On Mon, 05 Jul 2010 16:28:30 -0300 > Mauro Carvalho Chehab wrote: > > > Hi Eduardo, > > > > Could you please review those two patches? > > > Hmm.. are these two patches already late for 2.6.36? I have two another > patches to arch/a