Re: [PATCH] ov772x: add support S_CROP operation.

2009-01-30 Thread Guennadi Liakhovetski
On Fri, 30 Jan 2009, morimoto.kunin...@renesas.com wrote: On my opinion, not only calling set_bus_param but also try_fmt is important for tw9910. Because tw9910 needs INTERLACE mode, and sh_mobile_ceu sets is_interlace flag in try_fmt. Ooh, this is wrong. As we discussed before - try_fmt

[PATCH] tw9910: color format check is added on set_fmt

2009-01-30 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/tw9910.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/tw9910.c b/drivers/media/video/tw9910.c index 1a9c6fd..57027c0 100644 ---

[PATCH] sh_mobile_ceu: SOCAM flags are prepared at itself.

2009-01-30 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com Signed-off-by: Magnus Damm d...@igel.co.jp --- drivers/media/video/sh_mobile_ceu_camera.c | 27 +-- include/media/sh_mobile_ceu.h |5 +++-- 2 files changed, 28 insertions(+), 4 deletions(-)

[PATCH 1/2] soc_camera: Add FLDPOL flags

2009-01-30 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- include/media/soc_camera.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h index 7440d92..2c7ecdf 100644 --- a/include/media/soc_camera.h +++

[PATCH 2/2] sh_mobile_ceu: Add FLDPOL operation

2009-01-30 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/sh_mobile_ceu_camera.c |7 +++ include/media/sh_mobile_ceu.h |2 ++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/sh_mobile_ceu_camera.c

Re: [PULL] bttv driver improvements

2009-01-30 Thread Trent Piepho
On Thu, 29 Jan 2009, Devin Heitmueller wrote: On Thu, Jan 29, 2009 at 8:19 PM, Trent Piepho xy...@speakeasy.org wrote: I haven't been able to test this code. It seems my bt848 card doesn't work with my SATA controller and I sort of need the latter to access the harddrive. But I think

Re: [PATCH] ov772x: add support S_CROP operation.

2009-01-30 Thread Guennadi Liakhovetski
On Fri, 30 Jan 2009, morimoto.kunin...@renesas.com wrote: Dear Guennadi On my opinion, not only calling set_bus_param but also try_fmt is important for tw9910. Because tw9910 needs INTERLACE mode, and sh_mobile_ceu sets is_interlace flag in try_fmt. Ooh, this is wrong. As we

[linux-dvb] saa716x: HC82 does not work

2009-01-30 Thread Martin Pauly
hey, i have a avermedia hc82. This one should be working with the saa716x driver, but it isnt. Im trying to get it working on a 64bit Ubuntu System. I installed the latest driver and loaded kernel moduls saa716x_core and saa716x_hybrid, but there still is no /dev/dvb directory. The output of

Re: Howto obtain sysfs-pathes for DVB devices?

2009-01-30 Thread Carsten Meier
Am Fri, 30 Jan 2009 03:07:07 +0100 schrieb hermann pitton hermann-pit...@arcor.de: Hi, Am Mittwoch, den 28.01.2009, 16:46 +0100 schrieb Carsten Meier: Hello again, now I've managed to obtain syfs-pathes for v4l2-devices. But what about dvb? I haven't found something like bus_info in

Re: Howto obtain sysfs-pathes for DVB devices?

2009-01-30 Thread Matthias Schwarzott
On Freitag, 30. Januar 2009, Carsten Meier wrote: Am Fri, 30 Jan 2009 03:07:07 +0100 schrieb hermann pitton hermann-pit...@arcor.de: Hi, Am Mittwoch, den 28.01.2009, 16:46 +0100 schrieb Carsten Meier: Hello again, now I've managed to obtain syfs-pathes for v4l2-devices. But what

Re: Howto obtain sysfs-pathes for DVB devices?

2009-01-30 Thread Carsten Meier
Am Fri, 30 Jan 2009 12:51:03 +0100 schrieb Matthias Schwarzott z...@gentoo.org: On Freitag, 30. Januar 2009, Carsten Meier wrote: Am Fri, 30 Jan 2009 03:07:07 +0100 schrieb hermann pitton hermann-pit...@arcor.de: Hi, Am Mittwoch, den 28.01.2009, 16:46 +0100 schrieb Carsten Meier:

Re: Howto obtain sysfs-pathes for DVB devices?

2009-01-30 Thread Matthias Schwarzott
On Freitag, 30. Januar 2009, Carsten Meier wrote: Am Fri, 30 Jan 2009 12:51:03 +0100 One way of asking udev is this: udevadm info -q path -n /dev/dvb/adapter0/frontend0 Regards Matthias Ok, then I think I'm gonna use it... :) It's much more simple than struggling through

[PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-01-30 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits/v4l-dvb-commits for the following changeset: 01/01: Bug fix: Restore HVR-4000 tuning. http://mercurial.intuxication.org/hg/v4l-dvb-commits/v4l-dvb-commits?cmd=changeset;node=0d95f94028cb cx24116.c |7 ++- 1

Re: [PULL] bttv driver improvements

2009-01-30 Thread Mauro Carvalho Chehab
On Fri, 30 Jan 2009 08:27:20 -0500 Devin Heitmueller devin.heitmuel...@gmail.com wrote: On Fri, Jan 30, 2009 at 4:20 AM, Trent Piepho xy...@speakeasy.org wrote: On Thu, 29 Jan 2009, Devin Heitmueller wrote: On Thu, Jan 29, 2009 at 8:19 PM, Trent Piepho xy...@speakeasy.org wrote: I haven't

Support for Technisat SkyStar USB 2 HD CI (take 2)

2009-01-30 Thread Jan Kreuzer
Hi Everybody, i realized that i did not give enough Information in the last mail. I added a page on the v4l-wiki about the above device, its here: http://linuxtv.org/wiki/index.php/Technisat_SkyStar_USB_2_HD_CI There you can find the usb-id. What should i do to get more information of the device

Re: [linux-dvb] S2API (pctv452e) artefacts in video stream

2009-01-30 Thread Rietzschel Carsten
Hi Manu, Hello together, in the meantime I was able to test the device on windows. It works without any problems for over an hour. Also I tried again different SAT- und USB-cables. Also with all other USB-devices dettached - the error still comes. First I'm getting TS continuity errors and

Re: [PULL] bttv driver improvements

2009-01-30 Thread Devin Heitmueller
On Fri, Jan 30, 2009 at 8:58 AM, Mauro Carvalho Chehab Devin, I have one bttv hardware installed here available for testing. This one has 4 bttv chips and uses 2 different board entries. I intend to test the changeset before applying. Anyway, it is good if more people could test it,

[OMAPZOOM][PATCH v2 0/6] Add support for Sony imx046 sensor.

2009-01-30 Thread Dominic Curran
From: Dominic Curran dcur...@ti.com Subject: [OMAPZOOM][PATCH v2 0/6] Add support for Sony imx046 sensor. This set of patches adds support for the Sony IMX046 camera. Submitting version 2 with comments from: - Vaibhav Hiremath - Hans Verkuil Driver supports: - Sensor output format RAW10 (YUV

[OMAPZOOM][PATCH v2 2/6] Increase isp workaround buffer size for 8MP sensor.

2009-01-30 Thread Dominic Curran
From: Dominic Curran dcur...@ti.com Subject: [OMAPZOOM][PATCH v2 2/6] Increase isp workaround buffer size for 8MP sensor. A temporary buffer is created to hold the image while it is written by Previewer module and then read by Resizer module. This is called LSC Workaround. To take into account

[OMAPZOOM][PATCH v2 3/6] IMX046: Add support for Sony imx046 sensor.

2009-01-30 Thread Dominic Curran
From: Dominic Curran dcur...@ti.com Subject: [OMAPZOOM][PATCH v2 3/6] IMX046: Add support for Sony imx046 sensor. This patch adds the driver files for the Sony IMX046 8MP camera sensor. Driver sets up the sensor to send frame data via the MIPI CSI2 i/f. Sensor is setup to output the following

[OMAPZOOM][PATCH v2 4/6] Add support for Sony imx046 to OMAP3430 SDP board.

2009-01-30 Thread Dominic Curran
From: Dominic Curran dcur...@ti.com Subject: [OMAPZOOM][PATCH v2 4/6] Add support for Sony imx046 to OMAP3430 SDP board. Support for the Sony IMX046 sensor on the OMAP3430 SDP board. Signed-off-by: Greg Hofer greg.ho...@hp.com Signed-off-by: Dominic Curran dcur...@ti.com ---

[OMAPZOOM][PATCH v2 5/6] ZOOM2: Rename the zoom2 i2c struct.

2009-01-30 Thread Dominic Curran
From: Dominic Curran dcur...@ti.com Subject: [OMAPZOOM][PATCH v2 5/6] ZOOM2: Rename the zoom2 i2c struct. Rename i2c structures to something sensible. This patch is not specific for imx046 sensor. Do this in preparation for i2c changes for imx046 sensor. Signed-off-by: Greg Hofer

[OMAPZOOM][PATCH v2 6/6] Add support for Sony imx046 to OMAP zoom2 board.

2009-01-30 Thread Dominic Curran
From: Dominic Curran dcur...@ti.com Subject: [OMAPZOOM][PATCH v2 6/6] Add support for Sony imx046 to OMAP zoom2 board. Support for the Sony IMX046 sensor on the OMAP Zoom2 board. Signed-off-by: Dominic Curran dcur...@ti.com --- arch/arm/configs/omap_zoom2_defconfig |1

Re: DUTV005 USB DVB-T dongle

2009-01-30 Thread Brandon Philips
On 01:19 Sat 31 Jan 2009, Jan Grmela wrote: I've bought some cheap DVB-T USB dongle at eBay last month but after some unsuccessful tries to get it working, I've figured out that there's no Linux driver for the device available since the chipset is quite new. There are a lot of other people