Re: [PATCH v2 4/4] Add support to libv4l to use orientation from VIDIOC_ENUMINPUT

2009-03-30 Thread Hans de Goede
On 03/30/2009 12:28 AM, Adam Baker wrote: Add check to libv4l of the sensor orientation as reported by VIDIOC_ENUMINPUT Signed-off-by: Adam Bakerli...@baker-net.org.uk Looks good, thanks. I'll apply this to my libv4l tree, as soon as its certain that the matching kernel changes will go in to

[PATCH] soc-camera: fix breakage caused by 1fa5ae857bb14f6046205171d98506d8112dd74e

2009-03-30 Thread Guennadi Liakhovetski
soc-camera re-uses struct devices multiple times in calls to device_register(), therefore it has to reset the embedded struct kobject to avoid the tried to init an initialized object error, which then also erases its name. Now with the transition to kobject's name for device names, we have to

Re: [Patch] IR support for TeVii S460 DVB-S card

2009-03-30 Thread Bernd Strauß
-Ursprüngliche Nachricht- Von: Igor M. Liplianin liplia...@me.by Gesendet: 29.03.09 09:36:06 An: Mauro Chehab mche...@infradead.org Betreff: Re: [Patch] IR support for TeVii S460 DVB-S card [..] http://mercurial.intuxication.org/hg/s2-liplianin/rev/c1672468ea88 Did you see my

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-03-30 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - cx25840: cleanup: remove intermediate 'ioctl' step - cx18: remove intermediate 'ioctl' step - v4l: replace 'ioctl' references in v4l i2c drivers - tuner: remove V4L1 code from this driver. - v4l2-subdev:

[PATCH v4] ov772x: add edge contrl support

2009-03-30 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- v3 - v4 o comment fix o change edge ctrl setting order o considered edge auto control mode and manual control mode o add DSP auto register comment drivers/media/video/ov772x.c | 52 ++---

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-cx88

2009-03-30 Thread Mauro Carvalho Chehab
On Mon, 30 Mar 2009 13:38:51 +0200 Hans Verkuil hverk...@xs4all.nl wrote: On Monday 30 March 2009 13:31:55 Mauro Carvalho Chehab wrote: On Sun, 29 Mar 2009 15:36:46 +0200 Hans Verkuil hverk...@xs4all.nl wrote: Hi Mauro, Please pull from

Re: [patch 5/5] saa7121 driver for s6000 data port

2009-03-30 Thread Daniel Glöckner
On 03/30/2009 12:03 PM, Hans Verkuil wrote: What exactly do you need? If there is something missing, then it should be added. But my guess is that you can pass such information via the s_routing callback. That's what all other drivers that use v4l2_subdev do. The s_routing callback looks

Re: [PATCH 2/3] New V4L2 CIDs for OMAP class of Devices.

2009-03-30 Thread Hans Verkuil
On Friday 20 March 2009 06:19:57 Hardik Shah wrote: Added V4L2_CID_BG_COLOR for background color setting. Added V4L2_CID_ROTATION for rotation setting. Above two ioclts are indepth discussed. Posting again with the driver usage. V4L2 supports chroma keying added new flags for the source

Re: Status of v4l2_subdev conversion

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 14:37:22 Alexey Klimov wrote: Hello, Hans On Sun, Mar 29, 2009 at 4:22 PM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Mauro, For your information, this is the current status: - Steve Toth tested the HVR-1800 for me, so I've posted the pull request for the

Re: [PATCH 1/3] Documentation for new V4L2 CIDs added.

2009-03-30 Thread Hans Verkuil
Hi Hardik, OK, so it took a little longer than a week. So sue me :-) Here is the review:On Friday 20 March 2009 06:19:49 Hardik Shah wrote: 1. Updated for V4L2_CID_BG_COLOR 2. Updated for V4L2_CID_ROTATION Both of the above are discussed in length with community 3. Updated for new flags and

Re: [patch 5/5] saa7121 driver for s6000 data port

2009-03-30 Thread Daniel Glöckner
On 03/26/2009 04:08 PM, Hans Verkuil wrote: I've been working on a new framework for devices like this and almost all i2c v4l drivers are now converted to v4l2_subdev in our v4l-dvb tree. It will also be merged in 2.6.30. Please take a look at v4l2-framework.txt in the v4l-dvb repository for

Re: [patch 5/5] saa7121 driver for s6000 data port

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 14:12:10 Daniel Glöckner wrote: On 03/30/2009 12:03 PM, Hans Verkuil wrote: What exactly do you need? If there is something missing, then it should be added. But my guess is that you can pass such information via the s_routing callback. That's what all other

Re: [patch 5/5] saa7121 driver for s6000 data port

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 11:56:25 Daniel Glöckner wrote: On 03/26/2009 04:08 PM, Hans Verkuil wrote: I've been working on a new framework for devices like this and almost all i2c v4l drivers are now converted to v4l2_subdev in our v4l-dvb tree. It will also be merged in 2.6.30. Please take a

RE: [PATCH 3/3] V4L2 Driver for OMAP3/3 DSS.

2009-03-30 Thread Shah, Hardik
Hi Hans, -Original Message- From: Hans Verkuil [mailto:hverk...@xs4all.nl] Sent: Monday, March 30, 2009 6:37 PM To: Shah, Hardik Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; Jadav, Brijesh R; Hiremath, Vaibhav Subject: Re: [PATCH 3/3] V4L2 Driver for OMAP3/3 DSS.

Re: [PATCH 2/4] ARM: DaVinci: DM646x Video: VPIF driver

2009-03-30 Thread Hans Verkuil
On Thursday 26 March 2009 14:22:20 Chaithrika U S wrote: Video Port Interface driver Add VPIF driver for DM646x. This code be used by the display and capture drivers. Signed-off-by: Chaithrika U S chaithr...@ti.com --- Applies to v4l-dvb repository drivers/media/video/davinci/vpif.c

Re: [patch 5/5] saa7121 driver for s6000 data port

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 15:36:42 Daniel Glöckner wrote: On 03/30/2009 02:50 PM, Hans Verkuil wrote: On Monday 30 March 2009 14:12:10 Daniel Glöckner wrote: - valid CRC and line number in digital blanking? Do you really need to control these? Not on this board.. It's a PAL/NTSC

Re: [PATCH v4] ov772x: add edge contrl support

2009-03-30 Thread Guennadi Liakhovetski
On Mon, 30 Mar 2009, Kuninori Morimoto wrote: Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- v3 - v4 o comment fix o change edge ctrl setting order o considered edge auto control mode and manual control mode o add DSP auto register comment Ok, I understand more

[RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-30 Thread Hiremath, Vaibhav
Hi, With reference to the mail-thread started by Sakari on Resizer driver interface, http://marc.info/?l=linux-omapm=123628392325716w=2 I would like to bring some issues and propose changes to adapt such devices under V4L2 framework. Sorry for delayed response on this mail-thread, actually I

[PATCH] mt9m001: fix advertised pixel clock polarity

2009-03-30 Thread Guennadi Liakhovetski
MT9M001 datasheet says, that the data is ready on the falling edge of the pixel clock, but the driver wrongly sets the SOCAM_PCLK_SAMPLE_RISING flag. Changing this doesn't seem to produce any visible difference, still, it is better to comply to the datasheet. Reported-by: Sascha Oppermann

RE: BT656 Support and MMDC support on top of OMAP3EVM

2009-03-30 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath -Original Message- From: Hiremath, Vaibhav Sent: Thursday, March 19, 2009 5:57 PM To: linux-media@vger.kernel.org Cc: linux-o...@vger.kernel.org; psp_vi...@list.ti.com - Video discussion list for PSP Video team (May contain non-TIers) Subject: [PSP_VIDEO]

Re: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-30 Thread Koen Kooi
Op 30 mrt 2009, om 16:34 heeft Hiremath, Vaibhav het volgende geschreven: Hi, With reference to the mail-thread started by Sakari on Resizer driver interface, http://marc.info/?l=linux-omapm=123628392325716w=2 I would like to bring some issues and propose changes to adapt such devices

Re: [linuxtv-commits] [hg:v4l-dvb] v4l2-ioctl: Check format for S_PARM and G_PARM

2009-03-30 Thread Trent Piepho
On Sun, 29 Mar 2009, Hans Verkuil wrote: On Sunday 29 March 2009 13:03:13 Trent Piepho wrote: How does overlay depend on video capture in any way? It's perfectly reasonable for a driver to support _only_ overlay and not video capture. The zr36067 chip is only designed to support

[RFC PATCH V2] Add camera (CSI) driver for MX1

2009-03-30 Thread Darius Augulis
From: Paulius Zaleckas paulius.zalec...@teltonika.lt Signed-off-by: Paulius Zaleckas paulius.zalec...@teltonika.lt --- arch/arm/mach-mx1/Makefile |7 arch/arm/mach-mx1/ksym_mx1.c| 20 + arch/arm/mach-mx1/mx1_camera_fiq.S | 35 +

Fw: patch: s2255drv driver removal problem fixed

2009-03-30 Thread Mauro Carvalho Chehab
C/C to the right mailing list, to allow Patchwork to catch this. Forwarded message: Date: Mon, 30 Mar 2009 07:59:56 -0700 (PDT) From: Dean A. d...@sensoray.com To: video4linux-l...@redhat.com, mche...@infradead.org Cc: e...@redhat.com, erro...@gmail.com, marcin.slus...@gmail.com Subject: patch:

Patch for 2.6.29 stable series: remove #ifdef MODULE nonsense

2009-03-30 Thread Hans Verkuil
Hi Mike, The attached patch should be queued for 2.6.29.X. It corresponds to changeset 11098 (v4l2-common: remove incorrect MODULE test) in our v4l-dvb tree and is part of the initial set of git patches going into 2.6.30. Without this patch loading ivtv as a module while v4l2-common is

Re: Patch for 2.6.29 stable series: remove #ifdef MODULE nonsense

2009-03-30 Thread Michael Krufky
Hans Verkuil wrote: Hi Mike, The attached patch should be queued for 2.6.29.X. It corresponds to changeset 11098 (v4l2-common: remove incorrect MODULE test) in our v4l-dvb tree and is part of the initial set of git patches going into 2.6.30. Without this patch loading ivtv as a module while

Re: Patch for 2.6.29 stable series: remove #ifdef MODULE nonsense

2009-03-30 Thread Mark Lord
Michael Krufky wrote: Hans Verkuil wrote: Hi Mike, The attached patch should be queued for 2.6.29.X. It corresponds to changeset 11098 (v4l2-common: remove incorrect MODULE test) in our v4l-dvb tree and is part of the initial set of git patches going into 2.6.30. Without this patch

Re: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 16:34:42 Hiremath, Vaibhav wrote: Hi, With reference to the mail-thread started by Sakari on Resizer driver interface, http://marc.info/?l=linux-omapm=123628392325716w=2 I would like to bring some issues and propose changes to adapt such devices under V4L2

Re: bttv ir patch from Mark Lord

2009-03-30 Thread Mark Lord
Michael Krufky wrote: Mark Lord wrote: Michael Krufky wrote: Hans Verkuil wrote: Hi Mike, The attached patch should be queued for 2.6.29.X. It corresponds to changeset 11098 (v4l2-common: remove incorrect MODULE test) in our v4l-dvb tree and is part of the initial set of git patches going

[review] dsbr100 radio: convert to to v4l2_device

2009-03-30 Thread Alexey Klimov
Hello, Hans and Douglas, and others This is review version for dsbr100 radio. Hans, if you can a bit of free time to look and make comments it will be very good. I'm still confused about messages like v4l2_err and about unplugging procedure. I tested it with my radio device and it

Re: bttv ir patch from Mark Lord

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 19:06:28 Mark Lord wrote: Michael Krufky wrote: Mark Lord wrote: Michael Krufky wrote: Hans Verkuil wrote: Hi Mike, The attached patch should be queued for 2.6.29.X. It corresponds to changeset 11098 (v4l2-common: remove incorrect MODULE test) in our

Re: bttv ir patch from Mark Lord

2009-03-30 Thread Mark Lord
Hans Verkuil wrote: It's best to wait a bit. Jean Delvare is working on this ir-kbd-i2c driver right now and when he's finished it should be much easier to add this. Most importantly you can add this new i2c address to the cx18 driver rather than add it to the probe_bttv list, which is

[cron job] v4l-dvb daily build 2.6.22 and up: OK, 2.6.16-2.6.21: WARNINGS

2009-03-30 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon Mar 30 19:00:06 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11317:ff5430b54ac2 gcc version: gcc

Re: AverMedia Volar Black HD (A850)

2009-03-30 Thread Antti Palosaari
hei, Could someone please test this asap? I am still hoping I can get this 2.6.30 and there is not too much time... http://linuxtv.org/hg/~anttip/af9015_aver_a850/ It must not be big issue anymore to get this working... regards Antti -- http://palosaari.fi/ -- To unsubscribe from this list:

Re: AverMedia Volar Black HD (A850)

2009-03-30 Thread Olivier MENUEL
Sorry, I was at work today. I just downloaded the latest version. It works a lot better than the previous one (the device_nums are correct in the af9015.c and it seems the frontend is correctly initialized now). Here is the /var/log/messages : Mar 30 21:30:26 blastor kernel: [ 2829.680263]

Re: AverMedia Volar Black HD (A850)

2009-03-30 Thread Antti Palosaari
Olivier MENUEL wrote: Sorry, I was at work today. I just downloaded the latest version. It works a lot better than the previous one (the device_nums are correct in the af9015.c and it seems the frontend is correctly initialized now). Here is the /var/log/messages : Looks just correct! I

Re: Problems with Hauppauge HVR 1600 and cx18 driver

2009-03-30 Thread Trent Piepho
On Sun, 29 Mar 2009, Andy Walls wrote: On Sun, 2009-03-29 at 01:24 -0700, Trent Piepho wrote: wait_event() should take care of this. wait_event(q, test) basically does: for(;;) { // point A add_me_to_waitqueue(q); set_current_state(TASK_UNINTERRUPTIBLE); if (test)

Status of analog support for DViCO FusionHDTV7 Dual Express?

2009-03-30 Thread Dave Johansen
From this thread: http://www.linuxtv.org/pipermail/linux-dvb/2008-September/029432.html It appears that progress was being made on the analog support for the DViCO FusionHDTV7 Dual Express, but the chain of emails appears to have stopped. I just purchased one of these devices and I was wondering

Re: [PATCH 3/4] ARM: DaVinci: DM646x Video: Add VPIF display driver

2009-03-30 Thread Trent Piepho
On Mon, 30 Mar 2009, Hans Verkuil wrote: On Thursday 26 March 2009 14:22:32 Chaithrika U S wrote: + /* one field is displayed configure the next + frame if it is available else hold on current + frame */

Correct signal strength and SNR output for DViCO FusionHDTV7 Dual Express?

2009-03-30 Thread Dave Johansen
I am trying to get a MythTV setup working with a DViCO FusionHDTV7 Dual Express using Mythbuntu 8.10 and I have been able to generate a channels.conf file using the latest v4l-dvb source code and the scan utility that comes with the dvb-utils in Mythbuntu (the dvbscan utility in latest dvb-apps

Re: Correct signal strength and SNR output for DViCO FusionHDTV7 Dual Express?

2009-03-30 Thread Michael Krufky
On Mon, Mar 30, 2009 at 5:37 PM, Dave Johansen davejohan...@gmail.com wrote: I am trying to get a MythTV setup working with a DViCO FusionHDTV7 Dual Express using Mythbuntu 8.10 and I have been able to generate a channels.conf file using the latest v4l-dvb source code and the scan utility that

Re: Correct signal strength and SNR output for DViCO FusionHDTV7 Dual Express?

2009-03-30 Thread Devin Heitmueller
On Mon, Mar 30, 2009 at 5:37 PM, Dave Johansen davejohan...@gmail.com wrote: I am trying to get a MythTV setup working with a DViCO FusionHDTV7 Dual Express using Mythbuntu 8.10 and I have been able to generate a channels.conf file using the latest v4l-dvb source code and the scan utility that

Re: [review] dsbr100 radio: convert to to v4l2_device

2009-03-30 Thread Hans Verkuil
On Monday 30 March 2009 19:09:47 Alexey Klimov wrote: Hello, Hans and Douglas, and others This is review version for dsbr100 radio. Hans, if you can a bit of free time to look and make comments it will be very good. I'm still confused about messages like v4l2_err and about unplugging

Reading a packet at a time

2009-03-30 Thread Tony Houghton
The DVB API guarantees that read() on a file descriptor on which DMX_SET_FILTER has been called reads one whole section at a time as long as the provided buffer is large enough. Is there a corresponding guarantee for DMX_SET_PES_FILTER ie can I rely on being able to read whole TS or PES packets

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-03-30 Thread Mauro Carvalho Chehab
On Mon, 30 Mar 2009 23:16:09 +0200 Laurent Pinchart laurent.pinch...@skynet.be wrote: Hi Mauro, On Monday 30 March 2009 05:49:36 Mauro Carvalho Chehab wrote: Hi Laurent, On Sun, 29 Mar 2009 14:45:07 +0200 Laurent Pinchart laurent.pinch...@skynet.be wrote: uvcvideo: Add support

Re: AverMedia Volar Black HD (A850)

2009-03-30 Thread Olivier MENUEL
Here are my tests : http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ : Mar 31 00:16:27 blastor kernel: [12790.692333] usb 5-4.4: new high speed USB device using ehci_hcd and address 13 Mar 31 00:16:27 blastor kernel: [12790.788517] usb 5-4.4: configuration #1 chosen from 1 choice Mar 31

Re: AverMedia Volar Black HD (A850)

2009-03-30 Thread Antti Palosaari
Olivier MENUEL wrote: Here are my tests : http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ : I found why kaffeine was not working : I needed to check all offset checkboxes when scanning. Like Thomas, I get these messages in /var/log/messages when scanning or changing channel :

Re: Problems with Hauppauge HVR 1600 and cx18 driver

2009-03-30 Thread Andy Walls
On Mon, 2009-03-30 at 13:54 -0700, Trent Piepho wrote: On Sun, 29 Mar 2009, Andy Walls wrote: On Sun, 2009-03-29 at 01:24 -0700, Trent Piepho wrote: wait_event() should take care of this. wait_event(q, test) basically does: for(;;) { // point A add_me_to_waitqueue(q);

XC5000 DVB-T/DMB-TH support

2009-03-30 Thread David Wong
Does anyone know how to get XC5000 working for DVB-T, especially 8MHz bandwidth? Current driver only supports ATSC with 6MHz bandwidth only. It seems there is a trick at setting compensated RF frequency. DVB-T 8MHz support would probably works for DMB-TH, but DMB-TH settings is very welcome.

Re: XC5000 DVB-T/DMB-TH support

2009-03-30 Thread David Wong
On Tue, Mar 31, 2009 at 10:57 AM, Devin Heitmueller devin.heitmuel...@gmail.com wrote: On Mon, Mar 30, 2009 at 10:47 PM, David Wong davidtlw...@gmail.com wrote: Does anyone know how to get XC5000 working for DVB-T, especially 8MHz bandwidth? Current driver only supports ATSC with 6MHz

Re: XC5000 DVB-T/DMB-TH support

2009-03-30 Thread Devin Heitmueller
On Mon, Mar 30, 2009 at 11:39 PM, David Wong davidtlw...@gmail.com wrote: On Tue, Mar 31, 2009 at 10:57 AM, Devin Heitmueller devin.heitmuel...@gmail.com wrote: On Mon, Mar 30, 2009 at 10:47 PM, David Wong davidtlw...@gmail.com wrote: Does anyone know how to get XC5000 working for DVB-T,

Re: XC5000 DVB-T/DMB-TH support

2009-03-30 Thread David Wong
On Tue, Mar 31, 2009 at 11:46 AM, Devin Heitmueller devin.heitmuel...@gmail.com wrote: On Mon, Mar 30, 2009 at 11:39 PM, David Wong davidtlw...@gmail.com wrote: On Tue, Mar 31, 2009 at 10:57 AM, Devin Heitmueller devin.heitmuel...@gmail.com wrote: On Mon, Mar 30, 2009 at 10:47 PM, David Wong

Re: XC5000 DVB-T/DMB-TH support

2009-03-30 Thread Devin Heitmueller
On Mon, Mar 30, 2009 at 11:03 PM, David Wong davidtlw...@gmail.com wrote: On Tue, Mar 31, 2009 at 11:46 AM, Devin Heitmueller devin.heitmuel...@gmail.com wrote: On Mon, Mar 30, 2009 at 11:39 PM, David Wong davidtlw...@gmail.com wrote: On Tue, Mar 31, 2009 at 10:57 AM, Devin Heitmueller

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-03-30 Thread Devin Heitmueller
On Tue, Mar 17, 2009 at 11:55 AM, David Wong davidtlw...@gmail.com wrote: This patch contains the unified driver for Legend Silicon LGS8913 and LGS8GL5. It should replace lgs8gl5.c in media/dvb/frontends David T.L. Wong David, The questions you posed tonight on a separate thread about making

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-30 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath -Original Message- From: Aguirre Rodriguez, Sergio Alberto Sent: Monday, March 30, 2009 9:10 PM To: Hiremath, Vaibhav; linux-media@vger.kernel.org Cc: DongSoo(Nathaniel) Kim; Toivonen Tuukka.O (Nokia-D/Oulu); linux- o...@vger.kernel.org; Nagalla, Hari;

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-03-30 Thread David Wong
Devin The unified LGS8GXX driver surely work on some DMB-TH devices I have. They are: TECHGEAR HDTVC USB (also for MagicPro ProHDTV USB as they are the same hardware with same USB ID) ASUS U3100 Mini DMB-TH USB Timothy Lee tested with this unified driver for his MagicPro ProHDTV USB too. ASUS