[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 ser

[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 su

[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 The use of the V4L2_CID_JPEG_COMPRESSION_QUALITY control is recommended over the G/S_JPEGCOMP ioctls. Signed-off-by: Hans Verkuil --- drivers/media/usb/s2255/s2255drv.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/drivers/me

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

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- 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 55c972a..9cb8325 100644 --- a/drivers/media/usb/s2255/s2

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

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- drivers/media/usb/s2255/s2255drv.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/drivers/media/usb/s2255/s2255drv.c b/drivers/media/usb/s2255/s2255drv.c index 42c3afe..55c972a 100644 --- a/driver

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

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil 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 --- drivers/media/usb/s2255/s2255drv.c |1 - 1 file changed, 1 deletion(-) diff --g

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

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil 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 replace the deprecated curren

[RFC PATCH 1/9] s2255: convert to the control framework.

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- drivers/media/usb/s2255/s2255drv.c | 172 include/uapi/linux/v4l2-controls.h |4 + 2 files changed, 59 insertions(+), 117 deletions(-) diff --git a/drivers/media/usb/s2255/s2255drv.c b/drivers/media/u

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

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- drivers/media/usb/s2255/s2255drv.c | 73 +--- 1 file changed, 51 insertions(+), 22 deletions(-) diff --git a/drivers/media/usb/s2255/s2255drv.c b/drivers/media/usb/s2255/s2255drv.c index eaae9d1..59d40e6 1006

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

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

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

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

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 fol

[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 td

[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 Sid

Re: omap3isp IRQs

2013-02-15 Thread Adriano Martins
Hi Laurent, 2013/2/14 Laurent Pinchart : > On Thursday 14 February 2013 17:17:40 Adriano Martins wrote: >> 2013/2/13 Adriano Martins : >> > 2013/2/13 Adriano Martins : >> >> Hi, >> >> >> >> Please, help me :-) >> >> >> >> I trying capture frames from my new sensor, ov5640. I already capture >> >>

Re: omap3isp omap3isp: CCDC stop timeout!

2013-02-15 Thread Adriano Martins
Hi Sakari, 2013/2/14 Sakari Ailus : > 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 do it, af

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 somewhere,

[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 "unsubscr

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

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

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

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

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

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- 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 b/drivers/media/usb/au0828/au0828-video.c index 8b9e826..4254b2c 100644 --

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

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

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

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil - 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 receive it from the user.

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

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- 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 changed, 17 insertions(+), 39 deletions(-)

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

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- 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 a/drivers/media/dvb-frontends/au8522_decoder.

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

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil - 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 get that actual clampe

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

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

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

2013-02-15 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- 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 07287ef..17635e5 100644 --- a/drivers/media/usb/au0828/au0

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 mainlin

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 escreveu: > On 14.02.2013 20:50, Manu Abraham wrote: > > On Fri, Feb 15, 2013 at 12:46 AM, Antti Palosaari wrote: > >> On 02/14/2013 08:05 PM, Manu Abraham wrote: > >>> > >>> On Thu, Feb 14, 2013 at 9:22 PM, Antti Palosaari wrote: > > >>

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

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 > > > f

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. I'm

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

2013-02-15 Thread Mauro Carvalho Chehab
As reported by Klaus: From: Klaus Schmidinger 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 stb0899). After thi

[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 pro

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 - sharpness

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

2013-02-15 Thread Frank Schäfer
Signed-off-by: Frank Schäfer Acked-by: Hans Verkuil --- drivers/media/usb/em28xx/em28xx.h | 66 - 1 Datei geändert, 66 Zeilen entfernt(-) diff --git a/drivers/media/usb/em28xx/em28xx.h b/drivers/media/usb/em28xx/em28xx.h index 5f0b2c5..6a9e3e1 100644 --- a

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

2013-02-15 Thread Frank Schäfer
Signed-off-by: Frank Schäfer Acked-by: Hans Verkuil --- 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 6a9e3e1..7dc27b5 100644 --- a/drivers/media/usb/em28xx/em28xx.h +

[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 Acked-by: Hans Verkuil --- drivers/media/usb/em28xx/em28xx-core.c | 12 ++-- drivers/media/usb/em28xx/em28xx-

[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

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 ve

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 tha

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 t

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

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 t

[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 --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c |2 ++ 1 file changed, 2 insertion

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 Acked-by: Antti Palosaari -

Re: DVB_T2 Multistream support (PLP)

2013-02-15 Thread Manu Abraham
On Thu, Jan 31, 2013 at 7:57 PM, Michael Stilmant-Rovi 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 out of range of such multip