[GIT PULL FOR v3.9] tlg2300 compliancy fixes

2013-02-15 Thread Hans Verkuil
Last year I worked on this driver to improve it and fix v4l2-compliance issues. It required a lot of effort to even find a USB stick with this chipset (telegent no longer exists) and unfortunately at some point I managed to break the USB stick, so I am no longer able to work on it. This patch

[GIT PULL FOR v3.9] cx231xx: v4l2 compliance and big-endian fixes.

2013-02-15 Thread Hans Verkuil
This patch series cleans up the cx231xx driver based on v4l2-compliance reports. It is identical to the RFCv2 patch series I posted a week ago: http://www.mail-archive.com/linux-media@vger.kernel.org/msg58508.html I have tested this on various cx231xx devices. However, I have no hardware that

[RFC PATCH 0/9] s2255: v4l2 compliance fixes

2013-02-15 Thread Hans Verkuil
This patch series fixes v4l2-compliance issues in the Sensoray s2255drv driver. It has been tested with a s2255 unit generously supplied by Sensoray (thanks!). This is the first version of this patch series. I need to do a few more tests and check the driver on my big-endian box, but I expect any

[RFC PATCH 2/9] s2255: add V4L2_CID_JPEG_COMPRESSION_QUALITY

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com The use of the V4L2_CID_JPEG_COMPRESSION_QUALITY control is recommended over the G/S_JPEGCOMP ioctls. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/s2255/s2255drv.c | 24 +--- 1 file changed, 17

[RFC PATCH 4/9] s2255: add device_caps support to querycap.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/s2255/s2255drv.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/s2255/s2255drv.c b/drivers/media/usb/s2255/s2255drv.c index

[RFC PATCH 3/9] s2255: add support for control events and prio handling.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/s2255/s2255drv.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/drivers/media/usb/s2255/s2255drv.c

[RFC PATCH 8/9] s2255: don't zero struct v4l2_streamparm

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com All fields after 'type' are already zeroed by the core framework. Clearing the full struct also clears 'type', which causes a wrong type value to be returned. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/s2255/s2255drv.c |

[RFC PATCH 5/9] s2255: fixes in the way standards are handled.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Instead of comparing against STD_NTSC and STD_PAL compare against 60 and 50 Hz formats. That's what you really want. When the standard is changed, make sure the width and height of the format are also updated to reflect the current standard. Also

[RFC PATCH 9/9] s2255: Add ENUM_FRAMESIZES support.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/s2255/s2255drv.c | 73 +--- 1 file changed, 51 insertions(+), 22 deletions(-) diff --git a/drivers/media/usb/s2255/s2255drv.c

[RFC PATCH 7/9] s2255: fix field handling

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Just set the field value based on the chosen format. It's either INTERLACED or TOP. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/s2255/s2255drv.c | 61 +--- 1 file changed, 15 insertions(+),

[RFC PATCH 6/9] s2255: zero priv and set colorspace.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Set priv field of struct v4l2_pix_format to 0 and fill in colorspace. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/s2255/s2255drv.c |4 1 file changed, 4 insertions(+) diff --git a/drivers/media/usb/s2255/s2255drv.c

Re: DMB-H USB Sticks: MagicPro ProHDTV Mini 2 USB

2013-02-15 Thread Antti Palosaari
On 02/15/2013 03:23 AM, Alexander List wrote: Hi, frustrated that I couldn't watch the Chinese New Years' Fireworks on TVB Jade using my RTL2832U based DVB-T stick in Hong Kong, I just bought a MagicPro ProHDTV Mini 2 USB stick. Given that HK is now part of China (somehow), they decided to

[GIT PULL FOR v3.9] bttv: v4l2-compliance fixes

2013-02-15 Thread Hans Verkuil
This pull request is identical to the REVIEWv2 patch series I posted earlier: http://www.spinics.net/lists/linux-media/msg59944.html The only change (besides rebasing) is that patch 04/19 was moved to the end of the patch series. More about that patch below. This patch series updates bttv and

[GIT PULL FOR v3.9] stk-webcam: v4l2 compliance fixes

2013-02-15 Thread Hans Verkuil
This pull request is identical to the RFCv2 patch series posted here: http://www.mail-archive.com/linux-media@vger.kernel.org/msg58580.html except for the first patch which was replaced by this one: http://www.mail-archive.com/linux-media@vger.kernel.org/msg58640.html Many thanks to Arvydas

Re: omap3isp IRQs

2013-02-15 Thread Adriano Martins
Hi Laurent, 2013/2/14 Laurent Pinchart laurent.pinch...@ideasonboard.com: On Thursday 14 February 2013 17:17:40 Adriano Martins wrote: 2013/2/13 Adriano Martins adrianomatosmart...@gmail.com: 2013/2/13 Adriano Martins adrianomatosmart...@gmail.com: Hi, Please, help me :-) I trying

Re: omap3isp omap3isp: CCDC stop timeout!

2013-02-15 Thread Adriano Martins
Hi Sakari, 2013/2/14 Sakari Ailus sakari.ai...@iki.fi: On Thu, Jan 31, 2013 at 05:40:38PM -0200, Adriano Martins wrote: Hi all, I'm trying capture images from an ov5640 sensor on parallel mode. The sensor output format is UYVY8_2X8. And the CCDC input is configured as UYVY8_2X8 too. I can

Re: DMB-H USB Sticks: MagicPro ProHDTV Mini 2 USB

2013-02-15 Thread Antti Palosaari
On 02/15/2013 01:07 PM, Alexander List wrote: On 02/15/2013 05:38 PM, Antti Palosaari wrote: Terve! =) First thing to do is identify used chips. Open the box and find out 3 biggest chip. There may be 1, 2 or 3 big chips depending on integration level. OK, my Nikon's charger is

[RFC PATCH 00/10]: au0828: v4l2 compliance fixes

2013-02-15 Thread Hans Verkuil
This patch series converts au0828/au8522 to the control framework and fixes a variety of v4l2-compliance issues. It's pretty standard stuff, really. I still need to check big-endian support and do some more testing. Regards, Hans -- To unsubscribe from this list: send the line

[RFC PATCH 04/10] au0828: fix intendation coding style issue.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com No code change, just fixing a wrong indentation. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/au0828/au0828-video.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[RFC PATCH 07/10] au0828: add prio, control event and log_status support

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/au0828/au0828-video.c | 42 --- drivers/media/usb/au0828/au0828.h |4 +++ 2 files changed, 37 insertions(+), 9 deletions(-) diff --git

[RFC PATCH 02/10] au0828: fix querycap.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/au0828/au0828-video.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/drivers/media/usb/au0828/au0828-video.c

[RFC PATCH 09/10] au0828: replace deprecated current_norm by g_std.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/au0828/au0828-video.c | 15 +-- drivers/media/usb/au0828/au0828.h |1 + 2 files changed, 14 insertions(+), 2 deletions(-) diff --git

[RFC PATCH 05/10] au0828: fix audio input handling.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com - V4L2_CAP_AUDIO was set, but enumaudio was not implemented. - audioset was never filled by enum_input - ctrl_ainput was never updated when switching the video input - g_audio was broken due to faulty logic: g_audio should set the index, it doesn't

[RFC PATCH 06/10] au0828: convert to the control framework.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/au0828/au0828-core.c | 15 ++-- drivers/media/usb/au0828/au0828-video.c | 39 ++- drivers/media/usb/au0828/au0828.h |2 ++ 3 files

[RFC PATCH 01/10] au8522_decoder: convert to the control framework.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/dvb-frontends/au8522_decoder.c | 130 +- drivers/media/dvb-frontends/au8522_priv.h|6 +- 2 files changed, 46 insertions(+), 90 deletions(-) diff --git

[RFC PATCH 03/10] au0828: frequency handling fixes.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com - define an initial frequency - return an error if g_frequency is called for an invalid tuner index - get the clamped frequency value after setting it: i.e. the tuner driver may clamp the given frequency to a valid frequency range and ctrl_freq should

[RFC PATCH 10/10] au8522_decoder: remove obsolete control ops.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Now that au0828 has been converted to the control framework these compatilibity ops are no longer needed. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/dvb-frontends/au8522_decoder.c |7 --- 1 file changed, 7 deletions(-)

[RFC PATCH 08/10] au0828: add try_fmt_vbi support, zero vbi.reserved.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/au0828/au0828-video.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/usb/au0828/au0828-video.c b/drivers/media/usb/au0828/au0828-video.c index

Re: ddbridge v0.8

2013-02-15 Thread Ralph Metzler
Oliver Schinagl writes: On 02/11/13 23:20, Martin Vidovic wrote: Hi, Is there any plan to include ddbridge driver version 0.8 in mainline kernel (currently it's 0.5). I really see no reason it's in the vacuum like now for almost a year. No sign of pushing it into mainline. Why is

Re: [linux-media] Re: DVB: EOPNOTSUPP vs. ENOTTY in ioctl(FE_READ_UNCORRECTED_BLOCKS)

2013-02-15 Thread Mauro Carvalho Chehab
Em Thu, 14 Feb 2013 22:33:40 +0100 Klaus Schmidinger klaus.schmidin...@tvdr.de escreveu: On 14.02.2013 20:50, Manu Abraham wrote: On Fri, Feb 15, 2013 at 12:46 AM, Antti Palosaari cr...@iki.fi wrote: On 02/14/2013 08:05 PM, Manu Abraham wrote: On Thu, Feb 14, 2013 at 9:22 PM, Antti

Re: ddbridge v0.8

2013-02-15 Thread Oliver Schinagl
On 15-02-13 14:47, Ralph Metzler wrote: Oliver Schinagl writes: On 02/11/13 23:20, Martin Vidovic wrote: Hi, Is there any plan to include ddbridge driver version 0.8 in mainline kernel (currently it's 0.5). I really see no reason it's in the vacuum like now for almost a

Re: ddbridge v0.8

2013-02-15 Thread Georgi Chorbadzhiyski
Around 02/15/2013 03:47 PM, Ralph Metzler scribbled: Oliver Schinagl writes: On 02/11/13 23:20, Martin Vidovic wrote: Is there any plan to include ddbridge driver version 0.8 in mainline kernel (currently it's 0.5). I really see no reason it's in the vacuum like now for almost a

Re: DVB_T2 Multistream support (PLP)

2013-02-15 Thread Michael Stilmant
Hello, Thank you. Meanwhile I've contacted TBS and support told me that they have their windows driver working (in lab) with multi PLP. For now they don't want touching the Linux driver with that same modification because they wait confirmation on the field that the Windows driver is working.

[PATCH] Revert [media] dvb_frontend: return -ENOTTY for unimplement IOCTL

2013-02-15 Thread Mauro Carvalho Chehab
As reported by Klaus: From: Klaus Schmidinger klaus.schmidin...@tvdr.de Subject: DVB: EOPNOTSUPP vs. ENOTTY in ioctl(FE_READ_UNCORRECTED_BLOCKS) Date: Thu, 14 Feb 2013 14:12:31 +0100 In VDR I use an ioctl() call with FE_READ_UNCORRECTED_BLOCKS on a device (using

[PATCH] media: i.MX27 camera: fix picture source width

2013-02-15 Thread Christoph Fritz
While using a mt9m001 (monochrome) camera the final output falsely gets horizontally divided into two pictures. The issue was git bisected to commit f410991dcf1f | [media] i.MX27 camera: add support for YUV420 format | | This patch uses channel 2 of the eMMa-PrP to convert | format

Re: [PATCH] media: i.MX27 camera: fix picture source width

2013-02-15 Thread Greg KH
On Fri, Feb 15, 2013 at 06:08:41PM +0100, Christoph Fritz wrote: While using a mt9m001 (monochrome) camera the final output falsely gets horizontally divided into two pictures. The issue was git bisected to commit f410991dcf1f | [media] i.MX27 camera: add support for YUV420 format |

[PATCH v2 0/4] em28xx: add image quality bridge controls

2013-02-15 Thread Frank Schäfer
The first two patches remove unused code. The third patch makes sure that the same image quality default settings are used everywhere in the code. The fourth patch finally adds the following image quality bridge controls: - contrast - brightness - saturation - blue balance - red balance -

[PATCH v2 1/4] em28xx: remove unused image quality control functions

2013-02-15 Thread Frank Schäfer
Signed-off-by: Frank Schäfer fschaefer@googlemail.com Acked-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/em28xx/em28xx.h | 66 - 1 Datei geändert, 66 Zeilen entfernt(-) diff --git a/drivers/media/usb/em28xx/em28xx.h

[PATCH v2 2/4] em28xx: remove unused ac97 v4l2_ctrl_handler

2013-02-15 Thread Frank Schäfer
Signed-off-by: Frank Schäfer fschaefer@googlemail.com Acked-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/em28xx/em28xx.h |2 -- 1 Datei geändert, 2 Zeilen entfernt(-) diff --git a/drivers/media/usb/em28xx/em28xx.h b/drivers/media/usb/em28xx/em28xx.h index

[PATCH v2 3/4] em28xx: introduce #defines for the image quality default settings

2013-02-15 Thread Frank Schäfer
The image quality default values will be used in at least two different places and by using #defines we make sure that they are always consistent. Signed-off-by: Frank Schäfer fschaefer@googlemail.com Acked-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/usb/em28xx/em28xx-core.c |

[PATCH v2 4/4] em28xx: add image quality bridge controls

2013-02-15 Thread Frank Schäfer
Add the image quality bridge controls contrast, brightness, saturation, blue balance, red balance and sharpness. These controls are enabled only if no subdevice provides them. Tested with the following devices: Terratec Cinergy 200 USB Hauppauge HVR-900 SilverCrest 1.3MPix webcam Hauppauge WinTV

cron job: media_tree daily build: ERRORS

2013-02-15 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: Fri Feb 15 19:00:20 CET 2013 git branch: for_v3.9 git hash: ed72d37a33fdf43dc47787fe220532cdec9da528 gcc

Re: [GIT PULL FOR v3.9] bttv: v4l2-compliance fixes

2013-02-15 Thread Frank Schäfer
Am 15.02.2013 11:15, schrieb Hans Verkuil: This pull request is identical to the REVIEWv2 patch series I posted earlier: http://www.spinics.net/lists/linux-media/msg59944.html The only change (besides rebasing) is that patch 04/19 was moved to the end of the patch series. More about that

Re: [PATCH] MAINTAINERS: Remove Jarod Wilson and orphan LIRC drivers

2013-02-15 Thread Jarod Wilson
On Wed, Feb 13, 2013 at 09:36:04AM +0300, Dan Carpenter wrote: On Tue, Feb 12, 2013 at 01:20:36PM -0800, Joe Perches wrote: His email bounces and he hasn't done work on these sections in a couple of years. I've added him to the CC list. Can we just update MAINTAINERS with the correct

Re: [GIT PULL FOR v3.9] bttv: v4l2-compliance fixes

2013-02-15 Thread Hans Verkuil
On Fri February 15 2013 22:09:11 Frank Schäfer wrote: Am 15.02.2013 11:15, schrieb Hans Verkuil: This pull request is identical to the REVIEWv2 patch series I posted earlier: http://www.spinics.net/lists/linux-media/msg59944.html The only change (besides rebasing) is that patch 04/19

Re: [PATCH] MAINTAINERS: Remove Jarod Wilson and orphan LIRC drivers

2013-02-15 Thread Joe Perches
On Fri, 2013-02-15 at 16:18 -0500, Jarod Wilson wrote: On Wed, Feb 13, 2013 at 09:36:04AM +0300, Dan Carpenter wrote: On Tue, Feb 12, 2013 at 01:20:36PM -0800, Joe Perches wrote: His email bounces and he hasn't done work on these sections in a couple of years. I've added him to the CC

[PATCH] [media] rtl28xxu: Add USB ID for MaxMedia HU394-T

2013-02-15 Thread Fabrizio Gazzato
Hi, please add USB ID for MaxMedia HU394-T USB DVB-T Multi (FM, DAB, DAB+) dongle (RTL2832U+FC0012) In Italy is branded: DIKOM USB-DVBT HD lsusb: ID 1b80:d394 Afatech Regards Signed-off-by: Fabrizio Gazzato fabrizio.gazz...@gmail.com --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c |2 ++ 1

Re: [PATCH] [media] rtl28xxu: Add USB ID for MaxMedia HU394-T

2013-02-15 Thread Antti Palosaari
On 02/16/2013 12:54 AM, Fabrizio Gazzato wrote: Hi, please add USB ID for MaxMedia HU394-T USB DVB-T Multi (FM, DAB, DAB+) dongle (RTL2832U+FC0012) In Italy is branded: DIKOM USB-DVBT HD lsusb: ID 1b80:d394 Afatech Regards Signed-off-by: Fabrizio Gazzato fabrizio.gazz...@gmail.com

Re: DVB_T2 Multistream support (PLP)

2013-02-15 Thread Manu Abraham
On Thu, Jan 31, 2013 at 7:57 PM, Michael Stilmant-Rovi stilmant.michael.r...@gmail.com wrote: Hello, I would like to know the support status of Multiple PLPs in DVB-T2. Is someone know if tests were performed in a broadcast with an effective Multistream? (PLP Id: 0 and 1 for example) I'm