Re: [Q] udev and soc-camera

2010-01-28 Thread Kay Sievers
On Thu, Jan 28, 2010 at 00:25, Valentin Longchamp valentin.longch...@epfl.ch wrote: I have a system that is built with OpenEmbedded where I use a mt9t031 camera with the soc-camera framework. The mt9t031 works ok with the current kernel and system. However, udev does not create the

Re: problem webcam gspca 2.6.32

2010-01-28 Thread sacarde
ok solved in 2.6.32-6 thanks saca...@tiscali.it -- 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

Re: saa7134 and μPD61151 MPEG2 coder

2010-01-28 Thread Hans Verkuil
On Thursday 28 January 2010 03:09:41 Dmitri Belimov wrote: HIi Hans Hi Dmitri, Just a quick note: the video4linux mailinglist is obsolete, just use linux-media. OK On Wednesday 27 January 2010 06:36:37 Dmitri Belimov wrote: Hi Hans. I finished saa7134 part of SPI.

Re: Setting up white balance on a t613 camera

2010-01-28 Thread Hans de Goede
Hi, On 01/27/2010 07:37 PM, Jean-Francois Moine wrote: On Wed, 27 Jan 2010 15:17:53 -0200 Nicolau Wernecknwern...@gmail.com wrote: Answering my own question, and also a question in the t613 source code... Yes, the need for the reg_w(gspca_dev, 0x2087);, 0x2088 and 0x2089 commands are

medion dvb stick 1660:1921 workaround

2010-01-28 Thread Stéphane Elmaleh
hello, I have a medion dvb stick (id 1660:1921) which is not supported yet. This stick is made by creatix polymedia and is based on a dib7770 chip (like the terratec XXS id 0ccd:00ab). I managed to get it work this way on ubuntu 8.04 using kernel 2.6.24-26generic: -downloaded the latest

Re: cx18 fix patches

2010-01-28 Thread Andy Walls
On Thu, 2010-01-28 at 00:40 -0200, Mauro Carvalho Chehab wrote: Hi Andy, I've made two fix patches to solve the issues with cx18 compilation. My original intention were to send you an email for your ack. Unfortunately, those got added at the wrong branch and went upstream. That proofs

Re: Problem with gspca and zc3xx

2010-01-28 Thread Fabio Rossi
On Tue, 12 Jan 2010 00:35:28 -0800 Jean-Francois Moine wrote: Hi Jose Alberto and Hans, Hans, I modified a bit your patch to handle the 2 resolutions (also, the problem with pas202b does not exist anymore). May you sign or ack it? Jose Alberto, the attached patch is to be applied to the

Re: [Q] udev and soc-camera

2010-01-28 Thread Valentin Longchamp
Kay Sievers wrote: On Thu, Jan 28, 2010 at 00:25, Valentin Longchamp valentin.longch...@epfl.ch wrote: I have a system that is built with OpenEmbedded where I use a mt9t031 camera with the soc-camera framework. The mt9t031 works ok with the current kernel and system. However, udev does not

[PATCH] gspca pac7302: add support for camera button

2010-01-28 Thread Németh Márton
From: Márton Németh nm...@freemail.hu Add support for snapshot button found on Labtec Webcam 2200. Signed-off-by: Márton Németh nm...@freemail.hu --- diff -r 875c200a19dc linux/drivers/media/video/gspca/pac7302.c --- a/linux/drivers/media/video/gspca/pac7302.c Sun Jan 17 07:58:51 2010 +0100 +++

Re: [PATCH] gspca pac7302: add support for camera button

2010-01-28 Thread Németh Márton
Hello Jean-Francois, thank you for accepting this patch and for the previous suggestions which made it possible to reach the current state of this patchset. Also thanks for correcting the character encoding in my name. Regards, Márton Németh Németh Márton írta: From: Márton Németh

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

2010-01-28 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:Thu Jan 28 19:00:03 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14064:31eaa9423f98 gcc version:

Re: [PATCH] soc_camera: match signedness of soc_camera_limit_side()

2010-01-28 Thread Guennadi Liakhovetski
On Wed, 27 Jan 2010, Németh Márton wrote: Guennadi Liakhovetski wrote: You didn't reply to my most important objection: On Wed, 27 Jan 2010, Németh Márton wrote: diff -r 31eaa9423f98 linux/include/media/soc_camera.h --- a/linux/include/media/soc_camera.h Mon Jan 25 15:04:15

Re: [PATCH] soc_camera: match signedness of soc_camera_limit_side()

2010-01-28 Thread Németh Márton
Guennadi Liakhovetski wrote: On Wed, 27 Jan 2010, Németh Márton wrote: Guennadi Liakhovetski wrote: You didn't reply to my most important objection: On Wed, 27 Jan 2010, Németh Márton wrote: diff -r 31eaa9423f98 linux/include/media/soc_camera.h --- a/linux/include/media/soc_camera.h

Make failed - standard ubuntu 9.10

2010-01-28 Thread David Henig
Please can someone assist, not sure what the cause of the below is? This is my second attempt to get linux tv to work, I suspect it's a basic level error - sorry I'm fairly new to Linux... output below, I'm running a fairly standard ubuntu 9.10 setup. make[1]: Entering directory

Re: cx18 fix patches

2010-01-28 Thread Mauro Carvalho Chehab
Andy Walls wrote: Now I'll just review and test tonight (some time between 6:00 - 10:30 p.m. EST) One more error (on x86_64): drivers/media/video/cx18/cx18-alsa-pcm.c: In function ‘cx18_alsa_announce_pcm_data’: drivers/media/video/cx18/cx18-alsa-pcm.c:82: warning: format ‘%d’ expects type

Re: cx18 fix patches

2010-01-28 Thread Andy Walls
On Thu, 2010-01-28 at 00:40 -0200, Mauro Carvalho Chehab wrote: Hi Andy, I've made two fix patches to solve the issues with cx18 compilation. My original intention were to send you an email for your ack. Unfortunately, those got added at the wrong branch and went upstream. That proofs

Re: cx18 fix patches

2010-01-28 Thread Andy Walls
On Fri, 2010-01-29 at 00:08 -0200, Mauro Carvalho Chehab wrote: Andy Walls wrote: Now I'll just review and test tonight (some time between 6:00 - 10:30 p.m. EST) One more error (on x86_64): drivers/media/video/cx18/cx18-alsa-pcm.c: In function ‘cx18_alsa_announce_pcm_data’:

Re: cx18 fix patches

2010-01-28 Thread Mauro Carvalho Chehab
Andy Walls wrote: On Thu, 2010-01-28 at 00:40 -0200, Mauro Carvalho Chehab wrote: Hi Andy, I've made two fix patches to solve the issues with cx18 compilation. My original intention were to send you an email for your ack. Unfortunately, those got added at the wrong branch and went upstream.

Re: [PATCH] drivers/media/common: remove unnecessary casts of void *

2010-01-28 Thread Mauro Carvalho Chehab
H Hartley Sweeten wrote: drivers/media/common: Remove unnecessary casts of void * void pointers do not need to be cast to other pointer types. diff --git a/drivers/media/common/saa7146_vbi.c b/drivers/media/common/saa7146_vbi.c index 74e2b56..301a795 100644 ---

[Fwd: + radio-add-the-saa7706h-car-radio-dsp-to-v4l2-chip-identh.patch added to -mm tree]

2010-01-28 Thread Mauro Carvalho Chehab
As akpm has consolidated the 3 patches into one, send to the ML to go to Patchwork and be reviewed instead of the 3 previous patches. Mensagem original Assunto: + radio-add-the-saa7706h-car-radio-dsp-to-v4l2-chip-identh.patch added to -mm tree Data: Tue, 26 Jan 2010 16:57:50

Re: Make failed - standard ubuntu 9.10

2010-01-28 Thread Németh Márton
David Henig wrote: Please can someone assist, not sure what the cause of the below is? This is my second attempt to get linux tv to work, I suspect it's a basic level error - sorry I'm fairly new to Linux... output below, I'm running a fairly standard ubuntu 9.10 setup. make[1]: Entering

Re: saa7134 and μPD61151 MPEG2 coder

2010-01-28 Thread Dmitri Belimov
Hi Hans On Wednesday 27 January 2010 06:36:37 Dmitri Belimov wrote: Hi Hans. I finished saa7134 part of SPI. Please review saa7134-spi.c and diff saa7134-core and etc. I wrote config of SPI to board structure. Use this config for register master and slave devices.