Re: V4L hg tree fails to compile against kernel 2.6.28

2010-08-24 Thread Jan Hoogenraad
Thanks for your help. I pulled the code Actually, now the function definition in compat.h causes a compilation error: see first text below. I fixed that by inserting #include at line 38 in compat.h in my local branch After that, compilation succeeds. Now, the device will not install, as dvb

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 wrote: > Hello Jan, > > On Tue, Aug 24, 2010 at 5:04 PM, Jan Hoogenraad > 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.

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 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' > dvb_demux.c:1137: warning

[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 ++- drivers

[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 of

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 > --- > driver

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 wrote: > >> On 08/24/10 01:45, Ingo Molnar wrote: >>> >>> * Mauro Carvalho Chehab wrote: >>> Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git v4l_for_linus >>

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

[PATCH 2/2] tm6000: bugfix data handling

2010-08-24 Thread stefan . ringel
From: Stefan Ringel Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-input.c | 59 + 1 files changed, 38 insertions(+), 21 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-input.c b/drivers/staging/tm6000/tm6000-input.c index 7b07096..4fc

[PATCH 1/2] tm6000: bugfix param string

2010-08-24 Thread stefan . ringel
From: Stefan Ringel Signed-off-by: Stefan Ringel --- 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 32f7a0a..7b07096 100644 --- a/drivers/staging

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

2010-08-24 Thread Ingo Molnar
* Randy Dunlap wrote: > On 08/24/10 01:45, Ingo Molnar wrote: > > > > * Mauro Carvalho Chehab 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, > >

[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: 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=Thread&postID=16173#post16173 yes, we discussed such issue, but solut

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=Thread&postID=16173#post16173 On Wed, Aug 18, 2010 at 11:21 PM, Nima Mohammadi

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 fixe

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 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 ad4

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 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. >> >> http://www.

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 w

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, MI

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 > >> Richa

[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 dele

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

2010-08-24 Thread Bjørn Mork
Matthias Larisch 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 Terratec Cinergy

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

2010-08-24 Thread Ingo Molnar
* Mauro Carvalho Chehab 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: > > Merge

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

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 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. > > What about us

[PATCH] mx3fb and ipu_idmac cleanups

2010-08-24 Thread Michael Grzeschik
From: Juergen Beisert Signed-off-by: Juergen Beisert Signed-off-by: Michael Grzeschik --- drivers/dma/ipu/ipu_idmac.c |2 +- drivers/video/mx3fb.c |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/dma/ipu/ipu_idmac.c b/drivers/dma/ipu/ipu_idmac.c i

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

2010-08-24 Thread Christoph Pfister
2010/8/15 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 http://vger.kernel.org/majordomo-info.html

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 bas