Re: [PATCH 3/5] OV3640: Add driver

2009-03-10 Thread Tuukka.O Toivonen
On Monday 09 March 2009 23:29:27 ext Menon, Nishanth wrote: Further, we have multiple sensors following CCI[1] - why not have a driver for the same, it will simplify the entire process - ov3640, mt9p012 both follow the spec at least.. dependency would be sensor - cci dev-i2c framework.

Re: [linuxtv-commits] [hg:v4l-dvb] v4l2-ioctl: get rid of video_decoder.h

2009-03-10 Thread Hans Verkuil
On Tuesday 10 March 2009 02:20:02 Patch from Mauro Carvalho Chehab wrote: The patch number 10870 was added via Mauro Carvalho Chehab mche...@redhat.com to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible

Re: saa7134 and RDS

2009-03-10 Thread Dmitri Belimov
Hi Did you setup the /etc/rdsd.conf file correctly? Here is mine: $ cat /etc/rdsd.conf [global] unix-socket = /var/tmp/rdsd.sock tcpip-port = 4321 logfile = /var/tmp/rdsd.log pidfile = /var/tmp/rdsd.pid console-log = yes file-log = yes loglevel = 5

[patch review] radio-terratec: remove unused delay.h

2009-03-10 Thread Alexey Klimov
Hello, all I don't know if this patch okay, so it should be tested/reviewed. Anyway, compilation process shows no warnings. --- Patch removes linux/delay.h which hadn't been used. Signed-off-by: Alexey Klimov klimov.li...@gmail.com -- diff -r 615fb8f01610

[patch] radio-rtrack2: fix double mutex_unlock

2009-03-10 Thread Alexey Klimov
Patch fixes double mutex unlocking. Signed-off-by: Alexey Klimov klimov.li...@gmail.com -- diff -r 615fb8f01610 linux/drivers/media/radio/radio-rtrack2.c --- a/linux/drivers/media/radio/radio-rtrack2.c Tue Mar 10 02:33:02 2009 -0300 +++ b/linux/drivers/media/radio/radio-rtrack2.c Tue Mar 10

Re: [patch review] radio-terratec: remove unused delay.h

2009-03-10 Thread Hans Verkuil
Hello, all I don't know if this patch okay, so it should be tested/reviewed. Anyway, compilation process shows no warnings. --- Patch removes linux/delay.h which hadn't been used. Signed-off-by: Alexey Klimov klimov.li...@gmail.com Looks good. Signed-off-by: Hans Verkuil

Re: [patch] radio-rtrack2: fix double mutex_unlock

2009-03-10 Thread Hans Verkuil
Patch fixes double mutex unlocking. Signed-off-by: Alexey Klimov klimov.li...@gmail.com Ouch. Signed-off-by: Hans Verkuil hverk...@xs4all.nl Thanks! Hans -- diff -r 615fb8f01610 linux/drivers/media/radio/radio-rtrack2.c --- a/linux/drivers/media/radio/radio-rtrack2.c Tue

Re: Compro VideoMate U90

2009-03-10 Thread scott
After investigating the Windows driver CD, the chip appeared to be described as a RTL2831U. This led me to the rtl2831-r2 driver here: http://linuxtv.org/hg/~jhoogenraad/rtl2831-r2/ The product ID of my device doesn't seem to be defined in this driver, though many similar device based on the

Re: [linuxtv-commits] [hg:v4l-dvb] v4l2-ioctl: get rid of video_decoder.h

2009-03-10 Thread Mauro Carvalho Chehab
On Tue, 10 Mar 2009 08:31:32 +0100 Hans Verkuil hverk...@xs4all.nl wrote: The V4L1 obsoleted header video_decoder.h is not used anymore by any driver. Only a name decoding function at v4l2-ioctl still implements it. Hoorah! Yes! We're finally getting rid of some of those V4L1 headers.

RE: [PATCH 5/5] LDP: Add support for built-in camera

2009-03-10 Thread stanley.miao
On Mon, 2009-03-09 at 15:24 -0500, Aguirre Rodriguez, Sergio Alberto wrote: Hi, -Original Message- From: stanley.miao [mailto:stanley.m...@windriver.com] snip +static struct i2c_board_info __initdata ldp_i2c_boardinfo_2[] = { +#if defined(CONFIG_VIDEO_OV3640) ||

Re: OMAP3 ISP and camera drivers (update)

2009-03-10 Thread Sakari Ailus
Aguirre Rodriguez, Sergio Alberto wrote: Hi Sakari, Hello, Sergio! Doing a pull like you suggested in past release: $ git pull http://git.gitorious.org/omap3camera/mainline.git v4l \ iommu omap3camera base Brings the same code than before... Oops. Could you try again now? I see

Re: [PATCH 2/4] pxa_camera: Redesign DMA handling

2009-03-10 Thread Guennadi Liakhovetski
On Tue, 10 Mar 2009, robert.jarz...@free.fr wrote: Guennadi Liakhovetski g.liakhovet...@gmx.de writes: Now, this is the trick: we use a dummy descriptor (actually, the one from the new video buffer, but it doesn't matter) to set up a descriptor to \

Re: [PATCH 2/4] pxa_camera: Redesign DMA handling

2009-03-10 Thread robert . jarzmik
Now consider the first vb was unqueued _and_ requeued in the meantime, while the new buffer was under DMA active filling. Won't we finish with something like : +---+ +--+ | Former New vb | dummy | | First vb | dummy | +---^---|---+

Re: Initial tuning file update for fi-*

2009-03-10 Thread Antti Palosaari
Terve, DVB-T updates for Finland. regards Antti -- http://palosaari.fi/ diff -r 89ace84489b0 util/scan/dvb-t/fi-Rantalaki --- a/util/scan/dvb-t/fi-Rantalaki Sun Mar 08 22:28:51 2009 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 + @@ -1,4 +0,0 @@ -# automatically generated from

Re: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-03-10 Thread Sakari Ailus
Hans Verkuil wrote: Sergio has posted earlier a patchset containing a driver for using the ISP to process images from memory to memory. The ISP driver is used roughly the same way as with the omap34xxcam and real sensors. The interface towards the userspace offered by the driver, however, is

Re: [linuxtv-commits] [hg:v4l-dvb] Fix I2C bridge error in zl10353

2009-03-10 Thread Mauro Carvalho Chehab
On Tue, 10 Mar 2009 12:09:48 +0200 Antti Palosaari cr...@iki.fi wrote: Mauro, Could you remove this bad patch patch soon? It must not go to the final 2.6.29 as it breaks so many old devices. One of those is MSI Megasky 580 which is rather popular. regards Antti Antti Palosaari

Re: [linuxtv-commits] [hg:v4l-dvb] v4l2-ioctl: get rid of video_decoder.h

2009-03-10 Thread Mauro Carvalho Chehab
On Tue, 10 Mar 2009 10:12:42 +0100 (CET) Hans Verkuil hverk...@xs4all.nl wrote: V4L1 legacy webcam drivers: linux/include/media/ovcamchip.h linux/drivers/media/video/stv680.c linux/drivers/media/video/ov511.h linux/drivers/media/video/w9966.c

Re: [linuxtv-commits] [hg:v4l-dvb] Fix I2C bridge error in zl10353

2009-03-10 Thread Dmitri Belimov
Hi Mauro On Tue, 10 Mar 2009 12:09:48 +0200 Antti Palosaari cr...@iki.fi wrote: Mauro, Could you remove this bad patch patch soon? It must not go to the final 2.6.29 as it breaks so many old devices. One of those is MSI Megasky 580 which is rather popular. regards Antti

Re: [linuxtv-commits] [hg:v4l-dvb] Fix I2C bridge error in zl10353

2009-03-10 Thread Antti Palosaari
Dmitri Belimov wrote: Could one of you please do such patchset? I haven't a lot expirience with kernel programming. If Antti can it is good. I'll check it on our board. OK, I will do. For the first phase and as a bug fix I will do that (disable i2c-gate) like dtv5100 driver does. After

Re: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-03-10 Thread Hans Verkuil
Hans Verkuil wrote: Sergio has posted earlier a patchset containing a driver for using the ISP to process images from memory to memory. The ISP driver is used roughly the same way as with the omap34xxcam and real sensors. The interface towards the userspace offered by the driver, however, is

Re: [linuxtv-commits] [hg:v4l-dvb] v4l2-ioctl: get rid of video_decoder.h

2009-03-10 Thread Hans Verkuil
I've got several of these: w9968cf, usbvideo, cpia_usb, stv680 (I think) and ov511. Once converted one, the other conversions will probably be easy. maybe Jean-Francois or another gspca-submaintainer could convert one of the webcam drivers you have. Then, you can test (and fix). After this

Re: [linux-dvb] Not able to view HD-TV via Technisat Skystar HD 2

2009-03-10 Thread Hartmut
Goga777 schrieb: since 3 days I have a Technisat Skystar HD 2 in my Computer (PCI-card) was my mail some days ago. My fault: I installed the multiproto-driver, cause I read this: Mantis/S2API driver This is the preferred driver. DVB-S2 support in the Linux kernel is provided

Re: [linuxtv-commits] [hg:v4l-dvb] Fix I2C bridge error in zl10353

2009-03-10 Thread Antti Palosaari
Antti Palosaari wrote: Dmitri Belimov wrote: Could one of you please do such patchset? I haven't a lot expirience with kernel programming. If Antti can it is good. I'll check it on our board. OK, I will do. For the first phase and as a bug fix I will do that (disable i2c-gate) like

[PATCH 21/31] video: Auto-load videodev module when device opened.

2009-03-10 Thread Scott James Remnant
The videodev module is missing the char-major-81-* alias that would cause it to be auto-loaded when a device of that type is opened. This patch adds the alias. Signed-off-by: Scott James Remnant sc...@canonical.com Signed-off-by: Tim Gardner tim.gard...@canonical.com ---

Re: V4L2 spec

2009-03-10 Thread wk
Devin Heitmueller schrieb: On Mon, Mar 9, 2009 at 6:03 PM, wk handygewinnsp...@gmx.de wrote: Its a bad idea to expect someone else, the magic volunteer, doing work with *deep impact* on the dvb driver API structure or documentation. Working on this topic determines complete usability of the

[PATCH] flexcop-pci: Print a message in case the new stream watchdog detects a problem

2009-03-10 Thread Matthias Schwarzott
Hi Patrick! I am happy using the new software watchdog added to flexcop-pci driver, but I do not get any log message. So I added one. The message now uses deb_info, I hope this is appropriate. Regards Matthias flexcop-pci: Print a message in case the new stream watchdog detects a problem

Re: [PATCH 21/31] video: Auto-load videodev module when device opened.

2009-03-10 Thread Matthias Schwarzott
On Montag, 2. März 2009, Scott James Remnant wrote: Hi Scott! The videodev module is missing the char-major-81-* alias that would cause it to be auto-loaded when a device of that type is opened. This patch adds the alias. The patch looks fine, but if videodev is not yet loaded, will loading

Re: [PATCH 1/4] pxa_camera: Remove YUV planar formats hole

2009-03-10 Thread Trent Piepho
On Mon, 9 Mar 2009, Robert Jarzmik wrote: Ok, this one will change I presume - new alignment calculations and line-breaking. In fact, if you adjust width and height earlier in set_fmt, maybe you'll just remove any rounding here completely. Helas, not fully. The problem is with passthrough

Re: V4L2 spec

2009-03-10 Thread Trent Piepho
On Mon, 9 Mar 2009, Hans Verkuil wrote: On Monday 09 March 2009 12:08:39 Mauro Carvalho Chehab wrote: On Fri, 6 Mar 2009, wk wrote: Hans Verkuil wrote: Hi Mauro, I noticed that there is an ancient V4L2 spec in our tree in the v4l/API directory. Is that spec used in any way? I

Re: S4 hang with uvcvideo causing Unlink after no-IRQ? Controller is probably using the wrong IRQ.

2009-03-10 Thread Brandon Philips
On 12:43 Sun 08 Mar 2009, Alan Stern wrote: On Sat, 7 Mar 2009, Brandon Philips wrote: Have you tried suspending just the two devices plugged into that EHCI controller instead of suspending the entire system? That would make it a lot easier to carry out testing. I tried to

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

2009-03-10 Thread Trent Piepho
On Mon, 9 Mar 2009, Mauro Carvalho Chehab wrote: On Mon, 9 Mar 2009 08:45:42 +0100 Hans Verkuil hverk...@xs4all.nl wrote: On Monday 09 March 2009 02:20:19 Trent Piepho wrote: On Sun, 8 Mar 2009, Hans Verkuil wrote: - zoran/bt819: use new notify functionality. You put compat.h in

How to utilize DVB Network API

2009-03-10 Thread Bob Ingraham
Hello All, The documentation leaves the Network section of the API as To be written... I've looked at the header file, and it may be straightforward to call, but... Does anyone know how to properly invoke this part of the API? Is it correct to assume that the point of the network API is to

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

2009-03-10 Thread Trent Piepho
On Tue, 10 Mar 2009, Hans Verkuil wrote: On Tuesday 10 March 2009 00:50:41 Mauro Carvalho Chehab wrote: On Mon, 9 Mar 2009 08:16:53 +0100 Hans Verkuil hverk...@xs4all.nl wrote: On Monday 09 March 2009 02:07:33 Trent Piepho wrote: On Sun, 8 Mar 2009, Hans Verkuil wrote: The last

Re: [linuxtv-commits] [hg:v4l-dvb] v4l2-ioctl: get rid of video_decoder.h

2009-03-10 Thread Trent Piepho
On Tue, 10 Mar 2009, Hans Verkuil wrote: On Tue, 10 Mar 2009 08:31:32 +0100 I suspect that it shouldn't hard to remove the few V4L1 bits from zoran_driver, after all the conversions made. Yet, there are some Zoran specific ioctls that use this. We should probably discontinue those

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

2009-03-10 Thread Trent Piepho
On Mon, 9 Mar 2009, Andy Walls wrote: On Mon, 2009-03-09 at 08:16 +0100, Hans Verkuil wrote: On Monday 09 March 2009 02:07:33 Trent Piepho wrote: Switching on the whole ioctl makes the switch statement a lot less efficient. I'd rather just put a if (_IOC_TYPE(cmd) != 'V') return 0; in

[Patch] Add support for Terratec Cinergy HT PCI MKII

2009-03-10 Thread Stephan Wienczny
Hi, the attachment contains a patch that adds support for Terratec Cinergy HT PCI mkII. As this is my first patch here please be gentle ;-P If there is something wrong I'll try to fix it. Best regards Stephan Wienczny # HG changeset patch # User Stephan Wienczny step...@wienczny.de # Date

A question about documentation.

2009-03-10 Thread kilgota
Recently, I submitted a driver for the SQ905C cameras, for which I (partly due to being new to kernel video support) did not provide any update to Documentation/video4linux/gspca.txt. I have not heard what has happened to the driver. I assume that what is going on is there is a race

Re: [linuxtv-commits] [hg:v4l-dvb] Fix I2C bridge error in zl10353

2009-03-10 Thread Dmitri Belimov
Hi Antti Antti Palosaari wrote: Dmitri Belimov wrote: Could one of you please do such patchset? I haven't a lot expirience with kernel programming. If Antti can it is good. I'll check it on our board. OK, I will do. For the first phase and as a bug fix I will do that (disable

[pull] http://linuxtv.org/hg/~tap/v4l-dvb-zoran

2009-03-10 Thread Trent Piepho
Mauro, Please pull from http://linuxtv.org/hg/~tap/v4l-dvb-zoran for the following 6 changesets: 01/06: build: Clean up FM801-TEA575x Kconfig http://linuxtv.org/hg/~tap/v4l-dvb-zoran?cmd=changeset;node=a9792eb3e828 02/06: zoran: Unify buffer descriptors