Re: Adding support for Benq DC E300 camera

2009-12-13 Thread Jean-Francois Moine
On Sat, 12 Dec 2009 20:41:24 +0100 Francesco Lavra francescola...@interfree.it wrote: I'm trying to get my Benq DC E300 camera to work under Linux. It has an Atmel AT76C113 chip. I don't know how many Linux users would benefit from a driver supporting this camera (and possibly other models,

Re: Adding support for Benq DC E300 camera

2009-12-13 Thread Francesco Lavra
On Sun, 2009-12-13 at 09:48 +0100, Jean-Francois Moine wrote: On Sat, 12 Dec 2009 20:41:24 +0100 Francesco Lavra francescola...@interfree.it wrote: I'm trying to get my Benq DC E300 camera to work under Linux. It has an Atmel AT76C113 chip. I don't know how many Linux users would benefit

[PATCH 3/9] drivers/media: Correct code taking the size of a pointer

2009-12-13 Thread Julia Lawall
From: Julia Lawall ju...@diku.dk sizeof(print_buf) is just the size of the pointer. Change it to the size used in the allocation of print_buf earlier in the same function. A simplified version of the semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl @@

Re: [RFC] What are the goals for the architecture of an in-kernel IR system?

2009-12-13 Thread Mauro Carvalho Chehab
Dmitry Torokhov wrote: On Sun, Dec 06, 2009 at 09:34:26PM +0100, Krzysztof Halasa wrote: Jon Smirl jonsm...@gmail.com writes: Once again: how about agreement about the LIRC interface (kernel-userspace) and merging the actual LIRC code first? In-kernel decoding can wait a bit, it doesn't

[PATCH 2/6] V4L/DVB: Davinci VPFE Capture: remove unused #include linux/version.h

2009-12-13 Thread Huang Weiyi
Remove unused #include linux/version.h('s) in drivers/media/video/davinci/vpfe_capture.c Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com --- drivers/media/video/davinci/vpfe_capture.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

[PULL] http://udev.netup.ru/hg/v4l-dvb-aospan-ci-irq/

2009-12-13 Thread Abylai Ospan
Mauro, Please pull change: http://udev.netup.ru/hg/v4l-dvb-aospan-ci-irq/ configurable IRQ mode on NetUP Dual DVB-S2 CI; IRQ from CAM processing (CI interface works faster). with this patch CI works 7x times faster in our benchmarks. Thanks. -- Abylai Ospan aos...@netup.ru NetUP Inc.

[PULL] http://linuxtv.org/hg/~endriss/v4l-dvb

2009-12-13 Thread Oliver Endriss
Hi Mauro, Please pull from http://linuxtv.org/hg/~endriss/v4l-dvb for the following 2 changesets: 01/02: lnbp21: Implement 22 kHz tone control http://linuxtv.org/hg/~endriss/v4l-dvb?cmd=changeset;node=75331e740f61 02/02: stv090x: Add DiSEqC envelope mode

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-2

2009-12-13 Thread Devin Heitmueller
On Sat, Dec 12, 2009 at 5:34 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Hi Devin, It is better to submit the RFC patches to alsa ML for they to take a look. Cheers, Mauro Is there something specific you want the ALSA people to review? There are no changes to the ALSA core and

Re: uvcvideo kernel panic when using libv4l

2009-12-13 Thread Laurent Pinchart
Hi Costantino, thanks for investigating the problem. On Sunday 13 December 2009 08:48:24 lcostant...@gmail.com wrote: There seems to be a 'kind of race', when queue and dequeue buffer as in capture.c (attached on the first mail) it's used. This could be easily detected on a kernel with

Re: [linux-dvb] Rotor not working Skystar hd2(VP1041/STB0899) S2API MYTHTV

2009-12-13 Thread kutil2010
Hi Hartmut, sorry, I'm at the begining. I didn't try to receive HDTV yet. Tonda 2009/11/27 Hartmut spiel...@ewetel.net: Hi Tonda, I can not help you with this topic, but you can tell me (us) wether you are able to receive HDTV with this card? I'm not ... Hartmut kutil2010 schrieb: I

[PATCH] MAINTAINERS file

2009-12-13 Thread Olivier Lorin
Patch of the MAINTAINERS file to include the gspca_gl860 driver Signed-off-by: Olivier Lorin olori...@gmail.com Signed-off-by: Jean-Francois Moine moin...@free.fr --- diff ../orgn/MAINTAINERS MAINTAINERS -rupN --- ../orgn/MAINTAINERS 2009-12-05 22:21:59.0 +0100 +++ MAINTAINERS 2009-09-20

Re: [linux-dvb] Is there somobody dealing with DVB cards here ?!?

2009-12-13 Thread VDR User
On Sun, Dec 13, 2009 at 10:39 AM, dvblinux dvbli...@free.fr wrote: My question was specific: Asking if people deal with DVB-T/DVB-S is really generic. There's nothing specific about it. See below. Support for device ASUS (1043:48cd) lacks in current saa driver; I managed to make it work by

Re: [linux-dvb] Is there somobody dealing with DVB cards here ?!?

2009-12-13 Thread dvblinux
I first have to learn what is and how to create a patch since I only used my vi to modify the source of the driver and then recompiled it... Thanks for the answers. Regards. Le dimanche 13 décembre 2009 à 10:59 -0800, VDR User a écrit : On Sun, Dec 13, 2009 at 10:39 AM, dvblinux

Re: [linux-dvb] Is there somobody dealing with DVB cards here ?!?

2009-12-13 Thread HoP
Hi, 2009/12/13 dvblinux dvbli...@free.fr: I first have to learn what is and how to create a patch since I only used my vi to modify the source of the driver and then recompiled it... Start from here: http://www.linuxtv.org/wiki/index.php/Development:_How_to_submit_patches /Honza -- To

Re: [linux-dvb] Is there somobody dealing with DVB cards here ?!?

2009-12-13 Thread VDR User
On Sun, Dec 13, 2009 at 11:03 AM, dvblinux dvbli...@free.fr wrote: I first have to learn what is and how to create a patch since I only used my vi to modify the source of the driver and then recompiled it... You can use the diff command to do it and also see the link the other guy posted. It's

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

2009-12-13 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:Sun Dec 13 19:00:05 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13631:05d734027b4a gcc version: gcc

[PATCH] cx231xx: use NULL when pointer is needed

2009-12-13 Thread Németh Márton
From: Márton Németh nm...@freemail.hu The gpio field in the cx231xx_board.input structure is a pointer. Eliminate the following sparse warnings (see make C=1): * cx231xx-cards.c:72:13: warning: Using plain integer as NULL pointer * cx231xx-cards.c:77:13: warning: Using plain integer as NULL

[PATCH] au8522: modify the attributes of local filter coefficients

2009-12-13 Thread Németh Márton
From: Márton Németh nm...@freemail.hu Make the local filter coefficients static and const. This will eliminate the following sparse warnings (see make C=1): * au8522_decoder.c:71:31: warning: symbol 'filter_coef' was not declared. Should it be static? * au8522_decoder.c:113:31: warning: symbol

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

2009-12-13 Thread Németh Márton
Hans Verkuil wrote: Detailed results are available here: http://www.xs4all.nl/~hverkuil/logs/Sunday.log linux-2.6.24.7-i686: ERRORS /marune/build/v4l-dvb-master/v4l/conex.c:1049: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__devinitconst'

[PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-12-13 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following changeset: 01/01: Add support for yet another DvbWorld, TeVii and Prof USB devices http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=ab7f084779b0 Kconfig |8 - dw2102.c |

Re: [PATCH] au8522: modify the attributes of local filter coefficients

2009-12-13 Thread Devin Heitmueller
2009/12/13 Németh Márton nm...@freemail.hu: From: Márton Németh nm...@freemail.hu Make the local filter coefficients static and const. This will eliminate the following sparse warnings (see make C=1):  * au8522_decoder.c:71:31: warning: symbol 'filter_coef' was not declared. Should it be

Re: New ASUS P3-100 DVB-T/DVB-S device (1043:48cd)

2009-12-13 Thread hermann pitton
Hi, sorry for delay, no time for the list during the last days. Am Freitag, den 11.12.2009, 16:02 +0100 schrieb dvbli...@free.fr: Hi all, I'm new on this list. I modified on my own the SAA driver to manage an ASUS PS3-100 combo card not supported yet in current version. It features two

Re: New ASUS P3-100 DVB-T/DVB-S device (1043:48cd)

2009-12-13 Thread dvblinux
The complete name of the board is: ASUS My Cinema PS3-100/PTS/FM/AV/RC ouch :-) You're right: It features the same features than the ASUS My Cinema P7131 Hybrid that is: S-Video in, Composite and audio in with a special splitter cord, an FM tuner and IR remote control. All connectors are the