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

2010-08-24 Thread Christoph Pfister
2010/8/15 Marton Balint c...@fazekas.hu: # HG changeset patch # User Marton Balint c...@fazekas.hu # Date 1281875940 -7200 # Node ID 7c8fa4a65634e5cab19ace3a17d15c29e31d07e4 # Parent  16157edcb447ec50184ccb9dcefc8c6c3da88aa5 update DVB-C scan files for hu-Digikabel Applied, thanks.

Fwd: Re: patch for lifeview hybrid mini

2010-08-24 Thread tomlohave
Message original Sujet: Re: patch for lifeview hybrid mini Date : Tue, 24 Aug 2010 08:35:39 +0200 De :tomloh...@gmail.com tomloh...@gmail.com Pour : hermann pitton hermann-pit...@arcor.de, jpnew...@free.fr, linux-...@linuxtv.org Le 24/08/2010 01:49, hermann pitton

MSI DigiVox Trio (Analog, DVB-C, DVB-T)

2010-08-24 Thread Matthias Larisch
Hello! I recently bought a DigiVox Trio by MSI. This card contains the following chips: nxp tda18271hdc2 (tuner) micronas drx 3926ka3 (demodulator, 3in1) em2884 atmlh946 64c (eeprom) micronas avf 4910ba1 so it is comparable to the Terratec Cinergy HTC USB XS HD and the TerraTec H5. There is

Re: [linux-dvb] Update es-Sevilla (attached)

2010-08-24 Thread Christoph Pfister
2010/8/15 x...@ya.com x...@ya.com: Hi, attached update es-Sevilla. Updated, thanks. Greetings. Christoph -- 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

[PATCH] mx3fb and ipu_idmac cleanups

2010-08-24 Thread Michael Grzeschik
From: Juergen Beisert j.beis...@pengutronix.de Signed-off-by: Juergen Beisert j...@pengutronix.de Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- drivers/dma/ipu/ipu_idmac.c |2 +- drivers/video/mx3fb.c |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)

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

2010-08-24 Thread Markus Rechberger
On Tue, Aug 24, 2010 at 4:20 PM, Halim Sahin halim.sa...@t-online.de wrote: Hi, On Di, Aug 24, 2010 at 10:46:19 +0800, Markus Rechberger wrote: 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.

bugreport: strange issues in tda8261 frontend (missing symbols etc).

2010-08-24 Thread Halim Sahin
Hi List, 1. The module adds MODULE_PARM_DESC(verbose, Set verbosity level); but doesn't declare the needed variables or uses this parameter somewhere. This ends in missing symbol when trying to specify that parameter when loading the frontend. 2. The module logs many lines when tuning to a new

[PATCH] V4L/DVB: mantis: Fix IR_CORE dependency

2010-08-24 Thread Ingo Molnar
* Mauro Carvalho Chehab mche...@redhat.com wrote: Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git v4l_for_linus For 3 build fixes. Cheers, Mauro. The following changes since commit ad41a1e0cab07c5125456e8d38e5b1ab148d04aa:

Re: MSI DigiVox Trio (Analog, DVB-C, DVB-T)

2010-08-24 Thread Bjørn Mork
Matthias Larisch m...@matthias-larisch.de writes: Hello! I recently bought a DigiVox Trio by MSI. This card contains the following chips: nxp tda18271hdc2 (tuner) micronas drx 3926ka3 (demodulator, 3in1) em2884 atmlh946 64c (eeprom) micronas avf 4910ba1 so it is comparable to the

[PATCH] cx88: Kconfig: Remove EXPERIMENTAL dependency from VIDEO_CX88_ALSA

2010-08-24 Thread lawrence rust
The cx88-alsa module has been around since January 2006 and has seen no significant changes since September 2007. It is stable in operation and so I believe that the 'experimental' tag is no longer warranted. --- drivers/media/video/cx88/Kconfig |2 +- 1 files changed, 1 insertions(+), 1

Re: [PATCH] dvb: siano: free spinlock before schedule()

2010-08-24 Thread Mauro Carvalho Chehab
Em 08-08-2010 13:10, Richard Zidlicky escreveu: On Wed, Jul 28, 2010 at 12:24:39AM +0200, Jiri Slaby wrote: sorry for seeing this so late, was flooded with email lately. There is a better fix (which fixes the potential NULL dereference): http://lkml.org/lkml/2010/6/7/175 Richard, could

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

2010-08-24 Thread Goga777
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/images/kaffeine-dvbs2.png Including, MIPS (eg.

OMAP ISP and Overlay

2010-08-24 Thread Lane Brooks
Laurent, So far I have the everything working with the OMAP ISP to where I can stream video on our custom board. On a previous generation of hardware with a completely different processor and sensor, we used the V4L2 overlay feature to stream directly to our LCD for preview. I am wondering

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

2010-08-24 Thread Markus Rechberger
On Tue, Aug 24, 2010 at 9:42 PM, Goga777 goga...@bk.ru wrote: 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.

Re: [PATCH] V4L/DVB: mantis: Fix IR_CORE dependency

2010-08-24 Thread Randy Dunlap
On 08/24/10 01:45, Ingo Molnar wrote: * Mauro Carvalho Chehab mche...@redhat.com wrote: Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git v4l_for_linus For 3 build fixes. Cheers, Mauro. The following changes since commit

Re: [PATCH] dvb: siano: free spinlock before schedule()

2010-08-24 Thread Richard Zidlicky
On Tue, Aug 24, 2010 at 09:52:36AM -0300, Mauro Carvalho Chehab wrote: Em 08-08-2010 13:10, Richard Zidlicky escreveu: On Wed, Jul 28, 2010 at 12:24:39AM +0200, Jiri Slaby wrote: sorry for seeing this so late, was flooded with email lately. There is a better fix (which fixes the

Re: SkyStar S2 on an embedded Linux

2010-08-24 Thread Nima Mohammadi
Sorry, my bad! You were right. The channels on FEC 3/4 and 8PSK modulation can't be locked. Is there any solution to this problem? I noticed you've quoted my email on a forum: http://linuxdvb.org.ru/wbb/index.php?page=ThreadpostID=16173#post16173 On Wed, Aug 18, 2010 at 11:21 PM, Nima Mohammadi

Re: SkyStar S2 on an embedded Linux

2010-08-24 Thread Goga777
Sorry, my bad! You were right. The channels on FEC 3/4 and 8PSK modulation can't be locked. Is there any solution to this problem? I noticed you've quoted my email on a forum: http://linuxdvb.org.ru/wbb/index.php?page=ThreadpostID=16173#post16173 yes, we discussed such issue, but solution

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

2010-08-24 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:Tue Aug 24 19:00:24 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15131:2ceef3d75547 git master:

Re: [PATCH] V4L/DVB: mantis: Fix IR_CORE dependency

2010-08-24 Thread Ingo Molnar
* Randy Dunlap randy.dun...@oracle.com wrote: On 08/24/10 01:45, Ingo Molnar wrote: * Mauro Carvalho Chehab mche...@redhat.com wrote: Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git v4l_for_linus For 3 build fixes.

[PATCH 1/2] tm6000: bugfix param string

2010-08-24 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-input.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-input.c b/drivers/staging/tm6000/tm6000-input.c index

[PATCH 2/2] tm6000: bugfix data handling

2010-08-24 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-input.c | 59 + 1 files changed, 38 insertions(+), 21 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-input.c

V4L hg tree fails to compile against kernel 2.6.28

2010-08-24 Thread Jan Hoogenraad
Douglas: On compiling with Linux 2.6.28-19-generic #62-Ubuntu I now get: dvb_demux.c: In function 'dvbdmx_write': dvb_demux.c:1137: error: implicit declaration of function 'memdup_user' dvb_demux.c:1137: warning: assignment makes pointer from integer without a cast This is probably due to

Re: [PATCH] V4L/DVB: mantis: Fix IR_CORE dependency

2010-08-24 Thread Mauro Carvalho Chehab
Em 24-08-2010 16:30, Ingo Molnar escreveu: * Randy Dunlap randy.dun...@oracle.com wrote: On 08/24/10 01:45, Ingo Molnar wrote: * Mauro Carvalho Chehab mche...@redhat.com wrote: Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git

Re: [PATCH] mt9t031: Fixes field names that changed

2010-08-24 Thread Guennadi Liakhovetski
On Thu, 19 Aug 2010, Henrique Camargo wrote: If CONFIG_VIDEO_ADV_DEBUG was set, the driver failed to compile because the fields get_register and set_register changed names to g_register and s_register in the struct v4l2_subdev_core_ops. Signed-off-by: Henrique Camargo

[PATCH 0/3] Proposed ir-core (rc-core) changes

2010-08-24 Thread David Härdeman
The following series merges the different files that currently make up the ir-core module into a single-file rc-core module. In addition, the ir_input_dev and ir_dev_props structs are replaced by a single rc_dev struct with an API similar to that of the input subsystem. This allows the removal

[PATCH 2/3] remove remaining users of the ir-functions keyhandlers

2010-08-24 Thread David Härdeman
This patch removes the remaining usages of the ir_input_nokey() and ir_input_keydown() functions provided by drivers/media/IR/ir-functions.c by using the corresponding functionality in rc-core directly instead. --- drivers/media/IR/ir-functions.c | 96 ++-

Re: V4L hg tree fails to compile against kernel 2.6.28

2010-08-24 Thread Douglas Schilling Landgraf
Hello Jan, On Tue, Aug 24, 2010 at 5:04 PM, Jan Hoogenraad jan-conceptro...@hoogenraad.net wrote: Douglas: On compiling with  Linux  2.6.28-19-generic #62-Ubuntu I now get: dvb_demux.c: In function 'dvbdmx_write': dvb_demux.c:1137: error: implicit declaration of function 'memdup_user'

Re: V4L hg tree fails to compile against kernel 2.6.28

2010-08-24 Thread Douglas Schilling Landgraf
Hi, On Tue, Aug 24, 2010 at 11:45 PM, Douglas Schilling Landgraf dougsl...@gmail.com wrote: Hello Jan, On Tue, Aug 24, 2010 at 5:04 PM, Jan Hoogenraad jan-conceptro...@hoogenraad.net wrote: Douglas: On compiling with  Linux  2.6.28-19-generic #62-Ubuntu I now get: dvb_demux.c: In