Re: Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid no longer works properly with kernel 3.3

2012-04-02 Thread Thomas Steinborn
I got pointed to: http://www.spinics.net/lists/linux-media/msg45592.html Has this been applied to the kernel since? Thomas On 30.03.2012 21:59, Thomas Steinborn wrote: Hi, hope you can point me into the right direction. I have got 2 Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid cards in my

[GIT PULL for v3.4] uvcvideo race condition fix

2012-04-02 Thread Laurent Pinchart
Hi Mauro, Here's a critical fix for uvcvideo that should go in v3.4 (and be backported to v3.3, I've CC'ed sta...@vger.kernel.org in the patch). The following changes since commit 296da3cd14db9eb5606924962b2956c9c656dbb0: [media] pwc: poll(): Check that the device has not beem claimed for

Re: linux-3.2.12: uvcvideo: ** UNRECOGNIZED: 24 ff 42 49 53 54 00 01 05 02 10 00 00 00 00 00 01 06 b8 0b 02 07 b8 0b 03 08 b8 0b 04 09 4e 20 05 0a b8 0b

2012-04-02 Thread Laurent Pinchart
Hi Martin, On Saturday 31 March 2012 17:07:22 Martin Mokrejs wrote: Hi, when inspecting lsusb -v output I came across this UNRECOGNIZED message. Anything to worry about? Bus 001 Device 003: ID 05ca:1820 Ricoh Co., Ltd Device Descriptor: bLength18 bDescriptorType

Re: [PATCH v2 2/3] i.MX27: visstrim_m10: Remove use of MX2_CAMERA_SWAP16.

2012-04-02 Thread Sascha Hauer
On Mon, Mar 26, 2012 at 03:17:47PM +0200, Javier Martin wrote: Signed-off-by: Javier Martin javier.mar...@vista-silicon.com Acked-by: Sascha Hauer s.ha...@pengutronix.de Should go via the media tree. Sascha --- arch/arm/mach-imx/mach-imx27_visstrim_m10.c |2 +- 1 files changed, 1

Server Rental Service in HK

2012-04-02 Thread boris
Dear All, We have our own datacenter in Hong Kong provide email/application/web rental service to clients.We are APNIC member provide clean IP to clients. Dell? PowerEdge? EnterpriseRack Mount Server -Intel(R) Xeon(R) E3-1240 Processor (3.3GHz, 8M Cache, Turbo, 4C/8T, 80W) -8GB RAM, 2x4GB,

OMAP3ISP won't start

2012-04-02 Thread Gary Thomas
I'm testing Laurent's tree with the BT656 support. My system has an OMAP/3530 + TVP5150 running in BT656 mode. Sadly, this isn't working - I only get an endless stream of these messages [ 43.457427] omap3isp omap3isp: CCDC won't become idle! [ 43.490814] omap3isp omap3isp: CCDC won't

Re: OMAP3ISP won't start

2012-04-02 Thread Enrico
On Mon, Apr 2, 2012 at 2:24 PM, Gary Thomas g...@mlbassoc.com wrote: Just to be clear - I did have to make a few patches to both the TVP5150 driver and CCDC part of OMAP3ISP as some of the BT656 support is still not in Laurent's tree.  I'll send patches, etc, once I get it working, but as

Re: OMAP3ISP won't start

2012-04-02 Thread Gary Thomas
On 2012-04-02 06:32, Enrico wrote: On Mon, Apr 2, 2012 at 2:24 PM, Gary Thomasg...@mlbassoc.com wrote: Just to be clear - I did have to make a few patches to both the TVP5150 driver and CCDC part of OMAP3ISP as some of the BT656 support is still not in Laurent's tree. I'll send patches, etc,

Re: [PATCH 1/1] [media] V4L: OV5642:remove redundant code to set cropping w/h

2012-04-02 Thread Chris Lalancette
On Fri, Mar 30, 2012 at 5:41 AM, Liu Ying ying@freescale.com wrote: From: Liu Ying ying@freescale.com This patch contains code change only to remove redundant code to set priv-crop_rect.width/height in probe function. Yeah, there is no need to do this twice. You can add an:

Re: OMAP3ISP won't start

2012-04-02 Thread Gary Thomas
On 2012-04-02 07:15, Enrico wrote: On Mon, Apr 2, 2012 at 2:45 PM, Gary Thomasg...@mlbassoc.com wrote: The items you mention are just what I merged from my previous kernel. My changes are still pretty rough but I can send them to you if you'd like. Post them here and we will try to spot

Re: OMAP3ISP won't start

2012-04-02 Thread Enrico
On Mon, Apr 2, 2012 at 3:31 PM, Gary Thomas g...@mlbassoc.com wrote: On 2012-04-02 07:15, Enrico wrote: On Mon, Apr 2, 2012 at 2:45 PM, Gary Thomasg...@mlbassoc.com  wrote: The items you mention are just what I merged from my previous kernel. My changes are still pretty rough but I can send

Re: OMAP3ISP won't start

2012-04-02 Thread Gary Thomas
On 2012-04-02 08:38, Enrico wrote: On Mon, Apr 2, 2012 at 3:31 PM, Gary Thomasg...@mlbassoc.com wrote: On 2012-04-02 07:15, Enrico wrote: On Mon, Apr 2, 2012 at 2:45 PM, Gary Thomasg...@mlbassoc.comwrote: The items you mention are just what I merged from my previous kernel. My changes

Re: OMAP3ISP won't start

2012-04-02 Thread Enrico
On Mon, Apr 2, 2012 at 4:55 PM, Gary Thomas g...@mlbassoc.com wrote: On 2012-04-02 08:38, Enrico wrote: Attached. I just had a quick look and it seems everything is there, i can't test it right now but when i did test a mainline 3.3 kernel with my patches i had to use the nohlt kernel parm.

[PATCH] Add fc0011 tuner driver

2012-04-02 Thread Michael Büsch
This adds support for the Fitipower fc0011 DVB-t tuner. Signed-off-by: Michael Buesch m...@bues.ch --- Index: linux/drivers/media/common/tuners/Kconfig === --- linux.orig/drivers/media/common/tuners/Kconfig 2012-04-02

[PATCH] af9035: Add fc0011 tuner support

2012-04-02 Thread Michael Büsch
This adds Fitipower fc0011 tuner support to the af9035 driver. Signed-off-by: Michael Buesch m...@bues.ch --- Index: linux/drivers/media/dvb/dvb-usb/af9035.c === --- linux.orig/drivers/media/dvb/dvb-usb/af9035.c 2012-04-02

[GIT PULL FOR v3.5] V4L2 subdev and sensor control changes and SMIA++ driver

2012-04-02 Thread Sakari Ailus
Hi Mauro, This patchset adds - Integer menu controls, - Selection IOCTL for subdevs, - Sensor control improvements, - link_validate() media entity and V4L2 subdev pad ops, - OMAP 3 ISP driver improvements, - SMIA++ sensor driver and - Other V4L2 and media improvements (see individual patches)

[PATCH] af9035: Add Afatech USB PIDs

2012-04-02 Thread Michael Büsch
Add some generic Afatech USB PIDs used by Cabstone sticks and others. Signed-off-by: Michael Buesch m...@bues.ch --- Index: linux/drivers/media/dvb/dvb-usb/af9035.c === --- linux.orig/drivers/media/dvb/dvb-usb/af9035.c

Re: [PATCH] Add fc0011 tuner driver

2012-04-02 Thread Antti Palosaari
On 02.04.2012 19:14, Michael Büsch wrote: This adds support for the Fitipower fc0011 DVB-t tuner. Signed-off-by: Michael Bueschm...@bues.ch Applied, thanks! http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental I looked it through quickly, no big issues.

Re: [PATCH][GIT PULL FOR 3.5] AF9035/AF9033/TUA9001 support for AverTV A867R (mxl5007t), version 2

2012-04-02 Thread Hans-Frieder Vogt
Antti, I am currently working with a simple standalone test environment and therefore have manually (!) included the paths. Well, this went terribly wrong... Sorry. Am Sonntag, 1. April 2012 schrieb Antti Palosaari: On 02.04.2012 00:07, Hans-Frieder Vogt wrote: Support of AVerMedia AVerTV HD

Re: [PATCH] af9035: Add fc0011 tuner support

2012-04-02 Thread Antti Palosaari
On 02.04.2012 19:18, Michael Büsch wrote: This adds Fitipower fc0011 tuner support to the af9035 driver. Signed-off-by: Michael Bueschm...@bues.ch Applied, thanks! http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental And same checkpatch.pl issue here. You can

Re: [PATCH] af9035: Add Afatech USB PIDs

2012-04-02 Thread Antti Palosaari
On 02.04.2012 19:34, Michael Büsch wrote: Add some generic Afatech USB PIDs used by Cabstone sticks and others. Signed-off-by: Michael Bueschm...@bues.ch Applied, but same checkpatch.pl comments as earlier patches!

Re: [PATCH] Add fc0011 tuner driver

2012-04-02 Thread Michael Büsch
On Mon, 02 Apr 2012 19:56:50 +0300 Antti Palosaari cr...@iki.fi wrote: On 02.04.2012 19:14, Michael Büsch wrote: This adds support for the Fitipower fc0011 DVB-t tuner. Signed-off-by: Michael Bueschm...@bues.ch Applied, thanks!

Re: [PATCH] af9035: Add Afatech USB PIDs

2012-04-02 Thread Michael Büsch
On Mon, 02 Apr 2012 20:04:00 +0300 Antti Palosaari cr...@iki.fi wrote: On 02.04.2012 19:34, Michael Büsch wrote: Add some generic Afatech USB PIDs used by Cabstone sticks and others. Signed-off-by: Michael Bueschm...@bues.ch Applied, but same checkpatch.pl comments as earlier patches!

Re: [PATCH] af9035: Add fc0011 tuner support

2012-04-02 Thread Michael Büsch
On Mon, 02 Apr 2012 20:03:08 +0300 Antti Palosaari cr...@iki.fi wrote: On 02.04.2012 19:18, Michael Büsch wrote: This adds Fitipower fc0011 tuner support to the af9035 driver. Signed-off-by: Michael Bueschm...@bues.ch Applied, thanks!

Re: [PATCH] Add fc0011 tuner driver

2012-04-02 Thread Antti Palosaari
On 02.04.2012 20:20, Michael Büsch wrote: On Mon, 02 Apr 2012 19:56:50 +0300 Antti Palosaaricr...@iki.fi wrote: On 02.04.2012 19:14, Michael Büsch wrote: This adds support for the Fitipower fc0011 DVB-t tuner. Signed-off-by: Michael Bueschm...@bues.ch Applied, thanks!

Re: [PATCH] Add fc0011 tuner driver

2012-04-02 Thread Michael Büsch
On Mon, 02 Apr 2012 20:40:45 +0300 Antti Palosaari cr...@iki.fi wrote: h, I think Mauro will at least complain when I ask he to PULL that master. Personally I would like to see line len something more than 80 chars, but as checkpatch.pl complains it I have shortened lines despite very

cron job: media_tree daily build: WARNINGS

2012-04-02 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 Apr 2 19:00:18 CEST 2012 git hash:296da3cd14db9eb5606924962b2956c9c656dbb0 gcc version: i686-linux-gcc

[PATCH] af9035: add Avermedia Volar HD (A867R) support

2012-04-02 Thread Hans-Frieder Vogt
Support of AVerMedia AVerTV HD Volar, with tuner MxL5007t, version 3 of patch Signed-off-by: Hans-Frieder Vogt hfv...@gmx.net drivers/media/dvb/dvb-usb/Kconfig |1 drivers/media/dvb/dvb-usb/af9035.c| 65 +-

Re: [PATCH] af9035: add Avermedia Volar HD (A867R) support

2012-04-02 Thread Antti Palosaari
On 02.04.2012 21:18, Hans-Frieder Vogt wrote: Support of AVerMedia AVerTV HD Volar, with tuner MxL5007t, version 3 of patch Signed-off-by: Hans-Frieder Vogthfv...@gmx.net Applied, thank you. Good work! http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental

Re: [PATCH 1/1] Drivers/media/radio: Fix build error

2012-04-02 Thread Mauro Carvalho Chehab
Hans Verkuil hverk...@xs4all.nl wrote: On Sunday, April 01, 2012 21:09:34 Tracey Dent wrote: radio-maxiradio depends on SND_FM801_TEA575X_BOOL to build or will result in an build error such as: Kernel: arch/x86/boot/bzImage is ready (#1) ERROR: snd_tea575x_init

NTSC_443 problem in v4l and em28x

2012-04-02 Thread Colin Eby
All, Wondered if someone could advise... I'm from an NTSC and PAL capable tape deck, in the UK. I believe that means the signal coming from the deck will be NTSC_443 compliant. What is captured through VLC or XAWTV is slightly grainy black and white (no green band). It kinda looks like the there

Re: NTSC_443 problem in v4l and em28x

2012-04-02 Thread Devin Heitmueller
On Mon, Apr 2, 2012 at 5:02 PM, Colin Eby colin...@isallthat.com wrote: There's clear evidence I can get some kind of tool chain to work in Windows. But I wondered if there wasn't some fine tuning to the driver that would get Linux rig to work.  And I wondered if there were known issues around

[PATCH 0/5] af9035: support for tda18218 tuner, new USB IDs and more

2012-04-02 Thread Gianluca Gennari
Hi all, this is a series of small patches for the new af9035 driver. It adds basic support for the tda18218 tuner (and the related devices of the Avermedia A835 serie), including a small patch to tune VHF channels. Also, there is new USB ID for the 07ca:a867 device (Avermedia A867). Finally, there

[PATCH 3/5] tda18218: fix IF frequency for 7MHz bandwidth channels

2012-04-02 Thread Gianluca Gennari
This is necessary to tune VHF channels with the AVerMedia A835 stick. Signed-off-by: Gianluca Gennari gennar...@gmail.com --- drivers/media/common/tuners/tda18218.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/common/tuners/tda18218.c

[PATCH 2/5] af9035: add support for the tda18218 tuner

2012-04-02 Thread Gianluca Gennari
Add basic support for the tda18218 tuner and the AVerMedia A835 devices. Signed-off-by: Gianluca Gennari gennar...@gmail.com --- drivers/media/dvb/dvb-usb/Kconfig |1 + drivers/media/dvb/dvb-usb/af9035.c| 26 +- drivers/media/dvb/dvb-usb/dvb-usb-ids.h

[PATCH 4/5] af9035: fix warning

2012-04-02 Thread Gianluca Gennari
af9035.c: In function 'af9035_download_firmware': af9035.c:446:3: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat] Signed-off-by: Gianluca Gennari gennar...@gmail.com --- drivers/media/dvb/dvb-usb/af9035.c |2 +- 1 files

[PATCH 5/5] af9035: use module_usb_driver macro

2012-04-02 Thread Gianluca Gennari
Let's save a few lines of code using the module_usb_driver macro. Signed-off-by: Gianluca Gennari gennar...@gmail.com --- drivers/media/dvb/dvb-usb/af9035.c | 26 +- 1 files changed, 1 insertions(+), 25 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/af9035.c

Re: NTSC_443 problem in v4l and em28x

2012-04-02 Thread Devin Heitmueller
On Mon, Apr 2, 2012 at 5:02 PM, Colin Eby colin...@isallthat.com wrote: There's clear evidence I can get some kind of tool chain to work in Windows. But I wondered if there wasn't some fine tuning to the driver that would get Linux rig to work.  And I wondered if there were known issues around

Re: [PATCH] Add fc0011 tuner driver

2012-04-02 Thread Antti Palosaari
On 02.04.2012 20:51, Michael Büsch wrote: Likely tuner driver, or demod driver. But as demod tuner initialization tables are likely correct I suspect it is tuner issue at first hand. And secondly my other hardware with TUA9001 performs very well, better than old AF9015 sticks. Well the fc0011

Re: [PATCH v2 4/4] omap3isp: preview: Shorten shadow update delay

2012-04-02 Thread Sakari Ailus
Hi Laurent, On Fri, Mar 30, 2012 at 02:30:34AM +0200, Laurent Pinchart wrote: On Thursday 29 March 2012 23:34:17 Sakari Ailus wrote: On Wed, Mar 28, 2012 at 02:00:01PM +0200, Laurent Pinchart wrote: When applications modify preview engine parameters, the new values are applied to the

Re: [PATCH 1/5] af9035: add USB id for 07ca:a867

2012-04-02 Thread Antti Palosaari
On 03.04.2012 00:25, Gianluca Gennari wrote: New USB id for the Avermedia A867 stick (Sky Digital Key with blue led). Signed-off-by: Gianluca Gennarigennar...@gmail.com Applied, thank you! http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental regards Antti --

Re: [PATCH 2/5] af9035: add support for the tda18218 tuner

2012-04-02 Thread Antti Palosaari
On 03.04.2012 00:25, Gianluca Gennari wrote: Add basic support for the tda18218 tuner and the AVerMedia A835 devices. Signed-off-by: Gianluca Gennarigennar...@gmail.com Applied, thank you! http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental regards Antti --

Re: [PATCH 3/5] tda18218: fix IF frequency for 7MHz bandwidth channels

2012-04-02 Thread Antti Palosaari
On 03.04.2012 00:25, Gianluca Gennari wrote: This is necessary to tune VHF channels with the AVerMedia A835 stick. Signed-off-by: Gianluca Gennarigennar...@gmail.com --- drivers/media/common/tuners/tda18218.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 4/5] af9035: fix warning

2012-04-02 Thread Antti Palosaari
On 03.04.2012 00:25, Gianluca Gennari wrote: af9035.c: In function 'af9035_download_firmware': af9035.c:446:3: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat] Signed-off-by: Gianluca Gennarigennar...@gmail.com ---

Re: [PATCH 5/5] af9035: use module_usb_driver macro

2012-04-02 Thread Antti Palosaari
On 03.04.2012 00:25, Gianluca Gennari wrote: Let's save a few lines of code using the module_usb_driver macro. Signed-off-by: Gianluca Gennarigennar...@gmail.com Applied, thanks! http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental regards Antti --

[PATCH] af9035: fix and enhance I2C adapter

2012-04-02 Thread Antti Palosaari
There was a bug I2C adapter writes and reads one byte too much. As the most I2C clients has auto-increment register addressing this leads next register from the target register overwritten by garbage data. As a change remove whole register address byte usage and write data directly to the I2C bus

[PATCH 4/5 v2] af9035: fix warning

2012-04-02 Thread Gianluca Gennari
On a 32 bit system: af9035.c: In function 'af9035_download_firmware': af9035.c:446:3: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat] %zu avoids any warning on both 32 and 64 bit systems. Signed-off-by: Gianluca Gennari

Re: [PATCH 3/5] tda18218: fix IF frequency for 7MHz bandwidth channels

2012-04-02 Thread Gianluca Gennari
Il 03/04/2012 00:40, Antti Palosaari ha scritto: On 03.04.2012 00:25, Gianluca Gennari wrote: This is necessary to tune VHF channels with the AVerMedia A835 stick. Signed-off-by: Gianluca Gennarigennar...@gmail.com --- drivers/media/common/tuners/tda18218.c |2 +- 1 files changed, 1

Re: NTSC_443 problem in v4l and em28x

2012-04-02 Thread Andy Walls
Colin Eby colin...@isallthat.com wrote: All, Wondered if someone could advise... I'm from an NTSC and PAL capable tape deck, in the UK. I believe that means the signal coming from the deck will be NTSC_443 compliant. What is captured through VLC or XAWTV is slightly grainy black and white (no

[PATCH 1/1] V4L: OV5642:remove redundant code to set cropping w/h

2012-04-02 Thread Liu Ying
This patch contains code change only to remove redundant code to set priv-crop_rect.width/height in probe function. Signed-off-by: Liu Ying ying@freescale.com Acked-by: Chris Lalancette clalance...@gmail.com --- drivers/media/video/ov5642.c |2 -- 1 files changed, 0 insertions(+), 2