Re: [Fwd: Re: em28xx: new board id [eb1a:5051]]

2012-01-08 Thread Reuben Stokes
On Saturday 07 January 2012 10:56:40 Gareth Williams wrote: On Sat, 2012-01-07 at 09:49 -0800, Reuben Stokes wrote: On Saturday 07 January 2012 06:11:24 Gareth Williams wrote: Forwarded Message From: Gareth Williams gar...@garethwilliams.me.uk To: Reuben

Re: [RFC 13/17] omap3isp: Configure CSI-2 phy based on platform data

2012-01-08 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: Hi Sakari, On Saturday 07 January 2012 23:51:24 Sakari Ailus wrote: Laurent Pinchart wrote: On Tuesday 20 December 2011 21:28:05 Sakari Ailus wrote: From: Sakari Ailus sakari.ai...@iki.fi Configure CSI-2 phy based on platform data in the ISP driver

TT3650-USB CI with kernel 3.2

2012-01-08 Thread Stefan Sassenberg
Hi, I just have installed a recent 3.2.0-gentoo-r1 kernel on my gentoo box. I have set the dvb_usb debug level to 253 and see the following error in the kernel logs when trying to see a video for which I need the CI: iso frame descriptor has an error: -75. What does -75 mean? Regards

Re: [RFC 13/17] omap3isp: Configure CSI-2 phy based on platform data

2012-01-08 Thread Sylwester Nawrocki
Hi, On 01/08/2012 11:26 AM, Sakari Ailus wrote: Shouldn't lane configuration be retrieved from the sensor instead ? Sensors could use different lane configuration depending on the mode. This could also be implemented later when needed, but I don't think it would be too difficult to get it

Re: [RFC 13/17] omap3isp: Configure CSI-2 phy based on platform data

2012-01-08 Thread Laurent Pinchart
Hi Sakari, On Sunday 08 January 2012 11:26:02 Sakari Ailus wrote: Laurent Pinchart wrote: On Saturday 07 January 2012 23:51:24 Sakari Ailus wrote: Laurent Pinchart wrote: On Tuesday 20 December 2011 21:28:05 Sakari Ailus wrote: From: Sakari Ailus sakari.ai...@iki.fi Configure CSI-2

Re: [RFC 13/17] omap3isp: Configure CSI-2 phy based on platform data

2012-01-08 Thread Sakari Ailus
Hi Sylwester, Sylwester Nawrocki wrote: Hi, On 01/08/2012 11:26 AM, Sakari Ailus wrote: Shouldn't lane configuration be retrieved from the sensor instead ? Sensors could use different lane configuration depending on the mode. This could also be implemented later when needed, but I don't

dvbv5-tools update - was: Re: [ANNOUNCE] DVBv5 tools version 0.0.1

2012-01-08 Thread Mauro Carvalho Chehab
On 07-01-2012 23:52, Mauro Carvalho Chehab wrote: I decided to add support for DVB-S, even without signal for testing. This probably means that it likely will not work ;) Well, seriously, we need testers for it. The current code should be doing the same that szap does, and should work with

Re: [RFC 13/17] omap3isp: Configure CSI-2 phy based on platform data

2012-01-08 Thread Sylwester Nawrocki
Hi Sakari, On 01/08/2012 12:16 PM, Sakari Ailus wrote: Shouldn't lane configuration be retrieved from the sensor instead ? Sensors could use different lane configuration depending on the mode. This could also be implemented later when needed, but I don't think it would be too difficult to get

unmet direct dependencies in v3.2-3023-g02550d6

2012-01-08 Thread Toralf Förster
Hello, a make randconfig gives : warning: (HAVE_TEXT_POKE_SMP) selects STOP_MACHINE which has unmet direct dependencies (SMP MODULE_UNLOAD || HOTPLUG_CPU) warning: (IWM WIMAX_IWMC3200_SDIO) selects IWMC3200TOP which has unmet direct dependencies (MISC_DEVICES MMC EXPERIMENTAL) warning:

Re: [RFC 09/17] v4l: Add pad op for pipeline validation

2012-01-08 Thread Laurent Pinchart
Hi Sakari, On Sunday 08 January 2012 00:28:40 Sakari Ailus wrote: Laurent Pinchart wrote: On Tuesday 20 December 2011 21:28:01 Sakari Ailus wrote: From: Sakari Ailus sakari.ai...@iki.fi smiapp_pad_ops.validate_pipeline is intended to validate the full pipeline which is implemented by

build issue #3 for v3.2-3023-g02550d6 :dvb-core/dvb_ca_en50221.c:copy_from_user() buffer size is not provably correct

2012-01-08 Thread Toralf Förster
Hello, the build (.config attached) failed, make ends with : ... CC [M] drivers/media/dvb/dvb-core/dvb_filter.o CC [M] drivers/media/dvb/dvb-core/dvb_ca_en50221.o In file included from /home/tfoerste/devel/linux/arch/x86/include/asm/uaccess.h:573:0, from

Re: Bug#655109: linux-2.6: BUG in videobuf-core triggered by mplayer on HVR-1300

2012-01-08 Thread Ben Hutchings
On Sun, 2012-01-08 at 17:33 +0100, Rik Theys wrote: Source: linux-2.6 Version: 3.1.6-1 Severity: normal Dear Maintainer, Trying to watch TV using mplayer on a HVR-1300 card results in a BUG in videobuf-core. I'm trying to use the MPEG device of the HVR-1300. I can trigger the bug

cron job: media_tree daily build: ERRORS

2012-01-08 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:Sun Jan 8 19:00:21 CET 2012 git hash:2f78604a433a12571ec3e54054fbfacc7525b307 gcc version: i686-linux-gcc

Re: [RFC 05/17] v4l: Support s_crop and g_crop through s/g_selection

2012-01-08 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: Hi Sakari, Thanks for the patch. On Tuesday 20 December 2011 21:27:57 Sakari Ailus wrote: From: Sakari Ailus sakari.ai...@iki.fi Revert to s_selection if s_crop isn't implemented by a driver. Same for g_selection / g_crop. Shouldn't this say Fall

Re: [RFC 07/17] v4l: Add pixelrate to struct v4l2_mbus_framefmt

2012-01-08 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: On Tuesday 20 December 2011 21:27:59 Sakari Ailus wrote: From: Sakari Ailus sakari.ai...@iki.fi Pixelrate is an essential part of the image data parameters. Add this. Together, the current parameters also define the frame rate. Sensors do not have a

Re: [PATCH 2/2] uvcvideo: Add support for control events

2012-01-08 Thread Laurent Pinchart
Hi Hans, Thanks for the patch (and sorry for the very late reply). On Thursday 27 October 2011 13:19:52 Hans de Goede wrote: Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/media/video/uvc/uvc_ctrl.c | 104 + drivers/media/video/uvc/uvc_v4l2.c |

[DVB Digital Devices Cine CT V6] status support

2012-01-08 Thread Martin Herrman
Dear list-members, I'm building a HTPC based on Linux and searching for an DVB-C tuner card that: - fits the mobo (only pci-e/usb available, not pci or firewire) - fits the case (antec fusion remote, big enough) - is supported by linux - is dual tuner - supports encrypted HD content - provides

RE: [DVB Digital Devices Cine CT V6] status support

2012-01-08 Thread COEXSI
-Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Martin Herrman Sent: dimanche 8 janvier 2012 23:15 To: linux-media@vger.kernel.org Subject: [DVB Digital Devices Cine CT V6] status support Dear list-members,

Support for IR on terratec/skystarhd2 mantis cards

2012-01-08 Thread Adrian C.
Hello, in May a patch for remote control support of some mantis cards was discussed here on the list. I've been using the latest revision of the patch from Christoph Pinkl up to linux 3.1.7, with very minor modifications on my Technisat SkyStar HD2. It's been working without a hitch on this

Re: media_build failures on 3.0.6 Gentoo

2012-01-08 Thread Laurent Pinchart
Hi Fredrik, On Wednesday 21 December 2011 11:50:53 Fredrik Lingvall wrote: Hi, I get this build failure: [snip] LD [M] /usr/src/media_build/v4l/m5mols.o CC [M] /usr/src/media_build/v4l/s5k6aa.o CC [M] /usr/src/media_build/v4l/adp1653.o CC [M]

[PATCH] v4l-utils: ir-keytable file parsing errors

2012-01-08 Thread Chris Pockele
Hello, While configuring a remote control I noticed that the ir-keytable utility would throw the message Invalid parameter on line 1 if the first line following the table ... type: ... line is a comment. Also, if a configuration line is invalid, the line number indication of the error message is

Re: [Fwd: Re: em28xx: new board id [eb1a:5051]]

2012-01-08 Thread Reuben Stokes
On Sunday 08 January 2012 03:37:04 Gareth Williams wrote: On Sun, 2012-01-08 at 00:25 -0800, Reuben Stokes wrote: On Saturday 07 January 2012 10:56:40 Gareth Williams wrote: On Sat, 2012-01-07 at 09:49 -0800, Reuben Stokes wrote: On Saturday 07 January 2012 06:11:24 Gareth Williams

Re: [RFC v2 1/2] dma-buf: Introduce dma buffer sharing mechanism

2012-01-08 Thread InKi Dae
2011/12/2 Sumit Semwal sumit.sem...@ti.com: This is the first step in defining a dma buffer sharing mechanism. A new buffer object dma_buf is added, with operations and API to allow easy sharing of this buffer object across devices. The framework allows: - different devices to 'attach'