Re: [PATCH 3/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-03 Thread Hans Verkuil
On Monday, October 03, 2011 04:17:06 Mauro Carvalho Chehab wrote: Em 02-10-2011 18:18, Javier Martinez Canillas escreveu: On Sun, Oct 2, 2011 at 6:30 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Javier, Thanks for the patch! It's very interesting to see a driver for a video decoder

Re: [PATCH 3/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-03 Thread Javier Martinez Canillas
On Mon, Oct 3, 2011 at 8:30 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Monday, October 03, 2011 04:17:06 Mauro Carvalho Chehab wrote: Em 02-10-2011 18:18, Javier Martinez Canillas escreveu: Yes, I'll change that.  static const struct v4l2_subdev_video_ops tvp5150_video_ops = {      

[PATCH] media: vb2: fix incorrect return value

2011-10-03 Thread Marek Szyprowski
This patch fixes incorrect return value. Errors should be returned as negative numbers. Reported-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com --- drivers/media/video/videobuf2-core.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [PATCH v2 2/2] v4l: Add v4l2 subdev driver for S5K6AAFX sensor

2011-10-03 Thread Laurent Pinchart
Hi Sylwester and Sakari, On Sunday 02 October 2011 09:20:11 Sakari Ailus wrote: On Sat, Oct 01, 2011 at 11:17:27AM +0200, Sylwester Nawrocki wrote: On 09/27/2011 10:55 PM, Sakari Ailus wrote: Sylwester Nawrocki wrote: On 09/25/2011 12:08 PM, Sakari Ailus wrote: On Fri, Sep 23, 2011 at

Re: [PATCH 3/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-03 Thread Laurent Pinchart
Hi Hans, On Monday 03 October 2011 08:30:25 Hans Verkuil wrote: On Monday, October 03, 2011 04:17:06 Mauro Carvalho Chehab wrote: Em 02-10-2011 18:18, Javier Martinez Canillas escreveu: On Sun, Oct 2, 2011 at 6:30 PM, Sakari Ailus wrote: [snip] static const struct

Re: Problems tuning PAL-D with a Hauppauge HVR-1110 (TDA18271 tuner) - workaround hack included

2011-10-03 Thread Simon Farnsworth
On Friday 30 September 2011, Malcolm Priestley tvbox...@gmail.com wrote: On 28/09/11 13:50, Simon Farnsworth wrote: (note - the CC list is everyone over 50% certainty from get_maintainer.pl) I'm having problems getting a Hauppauge HVR-1110 card to successfully tune PAL-D at 85.250 MHz

Re: Problems tuning PAL-D with a Hauppauge HVR-1110 (TDA18271 tuner) - workaround hack included

2011-10-03 Thread Simon Farnsworth
On Friday 30 September 2011, Andy Walls awa...@md.metrocast.net wrote: Steven Toth st...@kernellabs.com wrote: The TDA18271 driver on linux DOES NOT use the same I/F's that the windows driver uses. Reason? Mike Decided to follow the data sheet and NOT use the Hauppauge specifically select IFs.

Re: [PATCH 3/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-03 Thread Javier Martinez Canillas
On Mon, Oct 3, 2011 at 10:39 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Hans, On Monday 03 October 2011 08:30:25 Hans Verkuil wrote: On Monday, October 03, 2011 04:17:06 Mauro Carvalho Chehab wrote: Em 02-10-2011 18:18, Javier Martinez Canillas escreveu: On Sun, Oct

Re: [PATCH 3/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-03 Thread Sakari Ailus
On Sun, Oct 02, 2011 at 11:18:29PM +0200, Javier Martinez Canillas wrote: On Sun, Oct 2, 2011 at 6:30 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Javier, Thanks for the patch! It's very interesting to see a driver for a video decoder using the MC interface. Before this we've had just

Re: [PATCH 6/9] V4L: soc-camera: prepare hooks for Media Controller wrapper

2011-10-03 Thread Laurent Pinchart
Hi Guennadi, Thanks for the patch. It's very nice to see you working on that :-) I'm not a soc-camera expert, so my review is by no means extensive. On Thursday 29 September 2011 18:18:54 Guennadi Liakhovetski wrote: [snip] diff --git a/drivers/media/video/soc_camera.c

Re: [PATCH 0/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-03 Thread Gary Thomas
On 2011-10-01 10:39, Enrico wrote: On Sat, Oct 1, 2011 at 5:55 PM, Javier Martinez Canillas martinez.jav...@gmail.com wrote: We hack a few bits of the ISP CCDC driver to support ITU-R BT656 interlaced data with embedded syncs video format and ported the tvp5150 driver to the MCF so it can be

Re: [PATCH 7/9] V4L: soc-camera: add a Media Controller wrapper

2011-10-03 Thread Laurent Pinchart
Hi Guennadi, Thanks for the patch. On Thursday 29 September 2011 18:18:55 Guennadi Liakhovetski wrote: This wrapper adds a Media Controller implementation to soc-camera drivers. To really benefit from it individual host drivers should implement support for values of enum soc_camera_target

Re: [PATCH 8/9] V4L: mt9t112: add pad level operations

2011-10-03 Thread Laurent Pinchart
Hi Guennadi, Thanks for the patch. On Thursday 29 September 2011 18:18:56 Guennadi Liakhovetski wrote: On Media Controller enabled systems this patch allows the user to communicate with the driver directly over /dev/v4l-subdev* device nodes using VIDIOC_SUBDEV_* ioctl()s. Signed-off-by:

Re: [PATCH 0/9] Media Controller for soc-camera

2011-10-03 Thread Laurent Pinchart
Hi Guennadi, Thanks for the patches. I'm glad to see soc-camera adopting the MC API :-) On Thursday 29 September 2011 18:18:48 Guennadi Liakhovetski wrote: This is the first attempt at extending soc-camera with Media Controller / pad-level APIs. Yes, I know, that Laurent wasn't quite happy

Re: [PATCH 3/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-03 Thread Laurent Pinchart
Hi Javier, On Monday 03 October 2011 11:53:44 Javier Martinez Canillas wrote: [snip] Laurent, I have a few questions about MCF and the OMAP3ISP driver if you are so kind to answer. 1- User-space programs that are not MCF aware negotiate the format with the V4L2 device (i.e: OMAP3 ISP CCDC

Re: [PATCH] pctv452e: hm.. tidy bogus code up

2011-10-03 Thread André Weidemann
Hi Igor, On 30.09.2011 22:58, Igor M. Liplianin wrote: Currently, usb_register calls two times with cloned structures, but for different driver names. Let's remove it. Signed-off-by: Igor M. Liplianinliplia...@me.by Well spotted... The cloned struct should have been removed a long time go.

Re: [PATCH] pctv452e: hm.. tidy bogus code up

2011-10-03 Thread André Weidemann
On 03.10.2011 14:30, André Weidemann wrote: Hi Igor, On 30.09.2011 22:58, Igor M. Liplianin wrote: Currently, usb_register calls two times with cloned structures, but for different driver names. Let's remove it. Signed-off-by: Igor M. Liplianinliplia...@me.by Well spotted... The cloned

Re: Smart card reader support for Anysee DVB devices

2011-10-03 Thread James Courtier-Dutton
2011/8/29 Antti Palosaari cr...@iki.fi: On 08/29/2011 05:44 PM, István Váradi wrote: Hi, 2011/8/17 Antti Palosaaricr...@iki.fi: On 08/15/2011 02:14 PM, Antti Palosaari wrote: On 08/15/2011 02:51 AM, Antti Palosaari wrote: Biggest problem I see whole thing is poor application support.

Re: [DVB] CXD2099 - Question about the CAM clock

2011-10-03 Thread Issa Gorissen
Dear Oliver, I’ve done some tests with the CAM reader from Digital Devices based on Sony CXD2099 chip and I noticed some issues with some CAM: * SMIT CAM: working fine * ASTON CAM : working fine, except that it's crashing quite regularly * NEOTION CAM : no stream going out but access

RE: [DVB] CXD2099 - Question about the CAM clock

2011-10-03 Thread COEXSI
-Original Message- From: Issa Gorissen [mailto:flo...@usa.net] Sent: lundi 3 octobre 2011 15:18 To: o.endr...@gmx.de; Sébastien RAILLARD Cc: Linux Media Mailing List Subject: Re: [DVB] CXD2099 - Question about the CAM clock Dear Oliver, I’ve done some tests with the CAM

RE: [DVB] CXD2099 - Question about the CAM clock

2011-10-03 Thread COEXSI
-Original Message- From: Issa Gorissen [mailto:flo...@usa.net] Sent: lundi 3 octobre 2011 15:59 To: o.endr...@gmx.de; Sébastien RAILLARD Cc: 'Linux Media Mailing List' Subject: RE: [DVB] CXD2099 - Question about the CAM clock Dear Oliver, I’ve done some tests with

Bttv and composite audio

2011-10-03 Thread Sébastien le Preste de Vauban
So, I was corrected by irc #v4l user iive who told me there is no such thing as composite audio, but what happens is that composite video comes often paired with rca audio connectors. Thanks for the clarification. Now the problem may be in switching the audio inputs. Because tv-tuner audio

Re: [PATCH 7/9] V4L: soc-camera: add a Media Controller wrapper

2011-10-03 Thread Guennadi Liakhovetski
Hi Laurent Thanks for the reviews! On Mon, 3 Oct 2011, Laurent Pinchart wrote: Hi Guennadi, Thanks for the patch. On Thursday 29 September 2011 18:18:55 Guennadi Liakhovetski wrote: This wrapper adds a Media Controller implementation to soc-camera drivers. To really benefit from it

cron job: media_tree daily build: WARNINGS

2011-10-03 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Mon Oct 3 19:00:14 CEST 2011 git hash:2f4cf2c3a971c4d5154def8ef9ce4811d702852d gcc version: i686-linux-gcc

Re: Smart card reader support for Anysee DVB devices

2011-10-03 Thread Bjørn Mork
Antti Palosaari cr...@iki.fi writes: If you would like to help me then you can find out correct device name and whats needed for that. I mainly see following possibilities; * /dev/ttyAnyseeN * /dev/ttyDVBN * /dev/adapterN/serial You should probably include the TTY maintainer in that

[PATCH 1/2] [media] saa7115: Fix standards detection

2011-10-03 Thread Mauro Carvalho Chehab
There are several bugs at saa7115 standards detection: After the fix, the driver is returning the proper standards, as tested with 3 different broadcast sources: On an invalid channel (without any TV signal): [ 4394.931630] saa7115 15-0021: Status byte 2 (0x1f)=0xe0 [ 4394.931635] saa7115

[PATCH 2/2] [media] pvrusb2: implement VIDIOC_QUERYSTD

2011-10-03 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/media/video/pvrusb2/pvrusb2-hdw.c |7 +++ drivers/media/video/pvrusb2/pvrusb2-hdw.h |3 +++ drivers/media/video/pvrusb2/pvrusb2-v4l2.c |7 +++ 3 files changed, 17 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 3/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-03 Thread Mauro Carvalho Chehab
Em 03-10-2011 03:30, Hans Verkuil escreveu: On Monday, October 03, 2011 04:17:06 Mauro Carvalho Chehab wrote: Em 02-10-2011 18:18, Javier Martinez Canillas escreveu: On Sun, Oct 2, 2011 at 6:30 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Javier, Thanks for the patch! It's very interesting

Re: [PATCH 3/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-03 Thread Mauro Carvalho Chehab
Em 03-10-2011 04:11, Javier Martinez Canillas escreveu: On Mon, Oct 3, 2011 at 8:30 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Monday, October 03, 2011 04:17:06 Mauro Carvalho Chehab wrote: Em 02-10-2011 18:18, Javier Martinez Canillas escreveu: Yes, I'll change that. static const

RE: request information

2011-10-03 Thread Charlie X. Liu
Checking in the CARDLIST.saa7134 ( http://www.mjmwired.net/kernel/Documentation/video4linux/CARDLIST.saa7134 ), sounds, it (Device [1043:8188]) is not in the CARDLIST yet. Then, you may check with ASUSTeK and see which one in the CARDLIST is closer to it. Like: 78 - ASUSTeK P7131 Dual

Re: [PATCH 3/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-03 Thread Mauro Carvalho Chehab
Em 03-10-2011 06:53, Javier Martinez Canillas escreveu: On Mon, Oct 3, 2011 at 10:39 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Hans, On Monday 03 October 2011 08:30:25 Hans Verkuil wrote: On Monday, October 03, 2011 04:17:06 Mauro Carvalho Chehab wrote: Em 02-10-2011

Re: [PATCH 1/2] [media] saa7115: Fix standards detection

2011-10-03 Thread Hans Verkuil
On Monday, October 03, 2011 20:47:36 Mauro Carvalho Chehab wrote: There are several bugs at saa7115 standards detection: After the fix, the driver is returning the proper standards, as tested with 3 different broadcast sources: On an invalid channel (without any TV signal): [ 4394.931630]

Re: [PATCH 2/2] [media] pvrusb2: implement VIDIOC_QUERYSTD

2011-10-03 Thread Mike Isely
Acked-By: Mike Isely is...@pobox.com -Mike On Mon, 3 Oct 2011, Mauro Carvalho Chehab wrote: Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/media/video/pvrusb2/pvrusb2-hdw.c |7 +++ drivers/media/video/pvrusb2/pvrusb2-hdw.h |3 +++

Re: [PATCH 7/9] V4L: soc-camera: add a Media Controller wrapper

2011-10-03 Thread Laurent Pinchart
Hi Guennadi, On Monday 03 October 2011 17:29:23 Guennadi Liakhovetski wrote: Hi Laurent Thanks for the reviews! You're welcome. On Mon, 3 Oct 2011, Laurent Pinchart wrote: On Thursday 29 September 2011 18:18:55 Guennadi Liakhovetski wrote: This wrapper adds a Media Controller

Re: [PATCH 3/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-03 Thread Mauro Carvalho Chehab
Em 03-10-2011 18:44, Laurent Pinchart escreveu: Hi Mauro, On Monday 03 October 2011 21:16:45 Mauro Carvalho Chehab wrote: Em 03-10-2011 08:53, Laurent Pinchart escreveu: On Monday 03 October 2011 11:53:44 Javier Martinez Canillas wrote: [snip] Laurent, I have a few questions about MCF

RE: [DVB] CXD2099 - Question about the CAM clock

2011-10-03 Thread COEXSI
-Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Sébastien RAILLARD (COEXSI) Sent: lundi 3 octobre 2011 16:46 To: 'Issa Gorissen'; o.endr...@gmx.de Cc: 'Linux Media Mailing List' Subject: RE: [DVB] CXD2099 -

Re: About the patch I sent.

2011-10-03 Thread Mauro Carvalho Chehab
Em 03-10-2011 19:06, Marco Diego Aurélio Mesquita escreveu: Hi! I'd really like my patch[1] accepted. Is there anything I can do about it? [1] http://patchwork.linuxtv.org/patch/6850/ Hans, Could you please ack or nack this patch? Thanks! Mauro -- To unsubscribe from this list: send the

About the patch I sent.

2011-10-03 Thread Marco Diego Aurélio Mesquita
Hi! I'd really like my patch[1] accepted. Is there anything I can do about it? [1] http://patchwork.linuxtv.org/patch/6850/ -- 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

[BUG] ir-mce_kbd-decoder keyboard repeat issue

2011-10-03 Thread Ryan Reading
I originally fixed some bugs on the original lirc_mod_mce driver that Jon Davies was hosting, but found myself without a working keyboard after upgrading to Ubuntu Natty with the new ir-core.  I just quckly backported the ir-mce_kbd-decoder driver that Jarod Wilson posted a while back for my

Re: [PATCH 3/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-03 Thread Javier Martinez Canillas
Hello, Reading the last emails I understand that still isn't a consensus on the way this has to be made. If it has to be implemented at the video device node level or at the sub-device level. And if it has to be made in kernel or user-space. On Mon, Oct 3, 2011 at 11:56 PM, Mauro Carvalho Chehab

Re: [PATCH 3/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-03 Thread Mauro Carvalho Chehab
Em 03-10-2011 19:37, Javier Martinez Canillas escreveu: Hello, Reading the last emails I understand that still isn't a consensus on the way this has to be made. True. If it has to be implemented at the video device node level or at the sub-device level. And if it has to be made in kernel