Re: DM6467 VPIF adding support for HD resolution capture and display standards

2009-08-13 Thread Hans Verkuil
On Friday 14 August 2009 00:10:00 Karicheri, Muralidharan wrote: > Hans, > > Thanks for your quick reply on this. I need few clarification though. > > >My proposal would be something like this: > > > >enum dv_preset { > > V4L2_DV_CUSTOM, > > V4L2_DV_720P24, > > V4L2_DV_720P25, > >

[PATCH] pwc - fix few use-after-free and memory leaks

2009-08-13 Thread Dmitry Torokhov
Hi Mauro, I just happen to peek inside the PWC driver and did not like what I saw there. Please consider applying the patch below. Thanks! -- Dmitry V4L/DVB: pwc - fix few use-after-free and memory leaks From: Dmitry Torokhov It is not allowed to call input_free_device() after input_unregis

Re: KWorld UB435-Q support?

2009-08-13 Thread Thomas Fjellstrom
On Thu August 13 2009, Jarod Wilson wrote: > On Aug 13, 2009, at 12:53 AM, Thomas Fjellstrom wrote: > > I stupidly bought the KWorld UB435-Q usb ATSC tuner thinking it was > > supported > > under linux, and it turns out it isn't. I'm wondering what it would > > take to > > get it supported. It seem

Re: [GIT PATCHES for 2.6.31] V4L/DVB fixes

2009-08-13 Thread Mauro Carvalho Chehab
Em Thu, 13 Aug 2009 11:13:12 -0700 (PDT) Linus Torvalds escreveu: > > > On Wed, 12 Aug 2009, Mauro Carvalho Chehab wrote: > > > > Please pull from: > > > > ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git > > for_linus > > "Already up-to-date." > > Forgot to p

Re: [PATCH] quickcam_messenger.c: add support for all quickcam Messengers of the same family

2009-08-13 Thread Mauro Carvalho Chehab
Hi Brandon, Em Fri, 7 Aug 2009 18:21:35 -0700 Brandon Philips escreveu: > Hey Mauro- > > I sent this patch long ago and it seemed to have gotten lost along the > way. > > Jaya acked the patch so it is in my mercurial tree now: > > http://ifup.org/hg/v4l-dvb/ > http://ifup.org/hg/v4l-dvb/rev

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

2009-08-13 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following 3 changesets: 01/03: Add ce5039(zl10039) tuner support. http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=9838dda71738 02/03: Add TeVii S630 USB DVB-S card support. http://mercur

Re: [linuxtv-commits] [hg:v4l-dvb] sms1xxx: restore GPIO functionality for all Hauppauge devices

2009-08-13 Thread hermann pitton
Am Donnerstag, den 13.08.2009, 17:03 -0400 schrieb Michael Krufky: > Mauro, > > This changeset is not in your git tree for Linus, but it fixes a > regression in the 2.6.31 kernel -- can you push this to Linus as well? > > Thanks & regards, > > Mike Fixes for Hauppauge/Pinnacle devices are neve

Re: [PATCH] quickcam_messenger.c: add support for all quickcam Messengers of the same family

2009-08-13 Thread Brandon Philips
On 18:21 Fri 07 Aug 2009, Brandon Philips wrote: > I sent this patch long ago and it seemed to have gotten lost along the > way. > > Jaya acked the patch so it is in my mercurial tree now: > > http://ifup.org/hg/v4l-dvb/ > http://ifup.org/hg/v4l-dvb/rev/335a6ccbacb3 > > Please pull the patch w

RE: DM6467 VPIF adding support for HD resolution capture and display standards

2009-08-13 Thread Karicheri, Muralidharan
Hans, Thanks for your quick reply on this. I need few clarification though. >My proposal would be something like this: > >enum dv_preset { > V4L2_DV_CUSTOM, > V4L2_DV_720P24, > V4L2_DV_720P25, > V4L2_DV_720P30, > V4L2_DV_720P50, > V4L2_DV_720P60, > /* etc

Re: [linuxtv-commits] [hg:v4l-dvb] sms1xxx: restore GPIO functionality for all Hauppauge devices

2009-08-13 Thread Michael Krufky
Mauro, This changeset is not in your git tree for Linus, but it fixes a regression in the 2.6.31 kernel -- can you push this to Linus as well? Thanks & regards, Mike On Tue, Aug 11, 2009 at 1:00 PM, Patch from Michael Krufky wrote: > The patch number 12446 was added via Michael Krufky > to htt

Re: [RFC][PATCH] v4l2: Add other RAW Bayer 10bit component orders

2009-08-13 Thread Hans Verkuil
On Thursday 13 August 2009 20:58:59 Aguirre Rodriguez, Sergio Alberto wrote: > > > -Original Message- > > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > > ow...@vger.kernel.org] On Behalf Of Aguirre Rodriguez, Sergio Alberto > > Sent: Thursday, August 13, 2009 1:51 PM > > T

Re: [RFC][PATCH] v4l2: Add other RAW Bayer 10bit component orders

2009-08-13 Thread Guennadi Liakhovetski
On Thu, 13 Aug 2009, Aguirre Rodriguez, Sergio Alberto wrote: > From: Sergio Aguirre > > This helps clarifying different pattern orders for RAW Bayer 10 bit > cases. > > Signed-off-by: Sergio Aguirre > --- > include/linux/videodev2.h |3 +++ > 1 files changed, 3 insertions(+), 0 deletions

RE: [RFC][PATCH] v4l2: Add other RAW Bayer 10bit component orders

2009-08-13 Thread Aguirre Rodriguez, Sergio Alberto
> -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Aguirre Rodriguez, Sergio Alberto > Sent: Thursday, August 13, 2009 1:51 PM > To: linux-media@vger.kernel.org > Subject: [RFC][PATCH] v4l2: Add other RAW Bayer 10bit co

[RFC][PATCH] v4l2: Add other RAW Bayer 10bit component orders

2009-08-13 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre This helps clarifying different pattern orders for RAW Bayer 10 bit cases. Signed-off-by: Sergio Aguirre --- include/linux/videodev2.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 9e6

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

2009-08-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:Thu Aug 13 19:00:05 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12447:d2843f5f8fde gcc version: gcc

Re: [linux-dvb] Support for Compro VideoMate S350

2009-08-13 Thread Mauro Carvalho Chehab
Em Tue, 23 Jun 2009 18:04:28 +0300 "Igor M. Liplianin" escreveu: > On 23 June 2009 15:18:38 O&M Ugarcina wrote: > > Thanks for that Igor, > > > > I have just pulled the latest hg and tried to apply patches . Patches > > 12094 and 12095 went in with no problem . However patch 12096 failed > > with

Re: [GIT PATCHES for 2.6.31] V4L/DVB fixes

2009-08-13 Thread Linus Torvalds
On Wed, 12 Aug 2009, Mauro Carvalho Chehab wrote: > > Please pull from: > > ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git > for_linus "Already up-to-date." Forgot to push? Linus -- To unsubscribe from this list: send the line "unsubscribe lin

dmesg | grep em28xx

2009-08-13 Thread Emanuele Deiola
Emanuele -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it: http://www.email.it/f Sponsor: Legal.email.it: il servizio di Posta elettronica certificata con SMS di notifica per aziende e li

Re: KWorld UB435-Q support?

2009-08-13 Thread Jarod Wilson
On Aug 13, 2009, at 12:53 AM, Thomas Fjellstrom wrote: I stupidly bought the KWorld UB435-Q usb ATSC tuner thinking it was supported under linux, and it turns out it isn't. I'm wondering what it would take to get it supported. It seems like all of the main chips it uses are supported, but

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

2009-08-13 Thread Antoine Jacquet
Mauro, Please pull from http://linuxtv.org/hg/~ajacquet/v4l-dvb for the following changeset: 01/01: zr364: wrong indexes http://linuxtv.org/hg/~ajacquet/v4l-dvb?cmd=changeset;node=56f5d8896c84 zr364xx.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, Antoine -- To unsubscri

Re: [PATCH] zr364: wrong indexes

2009-08-13 Thread Antoine Jacquet
Hi, You are right, thanks for fixing this bug. I have pushed your patch to my tree. Best regards, Antoine Roel Kluin wrote: The order of indexes is reversed Signed-off-by: Roel Kluin --- Right? diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c index fc976f4..2622a

DVB-S Unicable support in Linux

2009-08-13 Thread Claes Lindblom
Hi, I'm trying to find out if it's possible to use unicable with DVB-S/S2 cards and how it's supported in Linux DVB. According to http://en.wikipedia.org/wiki/Single_Cable_Distribution#Equipment it might only need software changes to work. It seems to work with DiSEqC commands but I dont't kn

Re: [PATCH] adds webcam for Micron device MT9M111 0x143A to em28xx

2009-08-13 Thread Robert Jarzmik
Steve Gotthardt writes: > +/* FIXME: Should be replaced by a proper mt9m111 driver */ There is one, but only in camera SoC framework. I think Hans and Guennadi are currently working so that sensor drivers become available as v4l2 subdevices, hence usable by every over host. > + case 0x14

Problem: can't capture correct sound with osprey 230

2009-08-13 Thread hongqian
Hi, all: I use osprey 230 to capture sound and video. The video is good while the sound that captured can't be heard clearly. I dont known how to solve this problem. Will anyone tell me what I should do or if I should add something to modprobe.conf? Thanks ! -- To unsubscribe from t