v4l-utils: i2c-id.h and alevt

2010-03-08 Thread Hans Verkuil
It's nice to see this new tree, that should be make it easier to develop utilities! After a quick check I noticed that the i2c-id.h header was copied from the kernel. This is not necessary. The only utility that includes this is v4l2-dbg and that one no longer needs it. Hans, can you remove this?

Re: DVB TS to DVD? Part 2

2010-03-08 Thread Mike
On Mon, 2010-03-08 at 20:04 +0200, Juhana Sadeharju wrote: > I have not got any replies. Considering that in Finland the > main Digital TV recording format is DVB TS and that DVD uses VOBs, > I find it hard to believe that nobody knows how to convert > between them. > > I kind of expected that GNU

[PATCH] s2255drv: support for frame skipping

2010-03-08 Thread Dean A.
# HG changeset patch # User Dean Anderson # Date 1268089334 28800 # Node ID 3ac8a7637cf3db984665e5aa43e03c22ee0c16f2 # Parent 08932f075cb147c47e2acc4b1f464c736080bc96 s2255drv: frame decimation support From: Dean Anderson adds hardware frame skipping using VIDIOC_S_PARM ioctl. adds support for

Re: DVB TS to DVD? Part 2

2010-03-08 Thread Levente Novák
2010. 03. 8, hétfő keltezéssel 20.04-kor Juhana Sadeharju ezt írta: > I have not got any replies. Considering that in Finland the > main Digital TV recording format is DVB TS and that DVD uses VOBs, > I find it hard to believe that nobody knows how to convert > between them. > > I kind of expected

Re: Help with RTL2832U DVB-T dongle (LeadTek WinFast DTV Dongle Mini)

2010-03-08 Thread Jan Hoogenraad
Mauro: Can you remove the VERY OLD branch: http://linuxtv.org/hg/~mchehab/rtl2831/rev/d116540ebaab It is giving some confusion here. Thomas & Jan: I've got the RTL2831 code (mind the last digit) vetted off by LeadTek. For the rtl2832, I haven't had contact with them. Certainly, Jan could try a

Re: s2-liplianin, mantis: sysfs: cannot create duplicate filename '/devices/virtual/irrcv'

2010-03-08 Thread VDR User
This isn't an answer to your questions but I don't recommend using the s2-liplianin tree as it contains timing patches which can cause serious damage to your tuner. This has also been confirmed by the manufacturer as well and to my knowledge has unfortunately not been reverted in that tree. I str

[PATCH 1/1] gspca-stv06xx: Remove the 046d:08da usb id from linking to the stv06xx driver

2010-03-08 Thread Erik Andrén
The 046d:08da usb id shouldn't be associated with the stv06xx driver as they're not compatible with each other. This fixes a bug where Quickcam Messenger cams fail to use its proper driver (gspca-zc3xx), rendering the camera inoperable. Signed-off-by: Erik Andrén Tested-by: Gabriel Craciunescu

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

2010-03-08 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 8 19:00:25 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14408:e50bb36f881c git master:

s2-liplianin, mantis: sysfs: cannot create duplicate filename '/devices/virtual/irrcv'

2010-03-08 Thread MartinG
Hi, I'm using a Terratec Cinergy C HD PCI (Mantis VP-2040) using the mantis driver from s2-liplianin: changeset: 14355:4dc29dc9ec91 tag: tip user:Igor M. Liplianin date:Sat Feb 27 10:18:52 2010 +0200 My kernel is: 2.6.30.10-105.2.23.fc11.x86_64 If I remove and reload t

Re: Question regarding soc-camera v4l subdev status.

2010-03-08 Thread Guennadi Liakhovetski
On Mon, 8 Mar 2010, javier Martin wrote: > Hi, > I know that soc-camera has been recently added support for v4l subdev. > But, this does mean that now old encoder and sensor drivers like: > http://lxr.linux.no/#linux+v2.6.33/drivers/media/video/tvp5150.c > http://lxr.linux.no/#linux+v2.6.33/driver

DVB TS to DVD? Part 2

2010-03-08 Thread Juhana Sadeharju
I have not got any replies. Considering that in Finland the main Digital TV recording format is DVB TS and that DVD uses VOBs, I find it hard to believe that nobody knows how to convert between them. I kind of expected that GNU/Linux has a DVD burner which has button "burn this video to DVD", but

Re: v4l2 subdevices and fops

2010-03-08 Thread Hans Verkuil
On Monday 08 March 2010 13:44:25 m7aalton wrote: > Hello. > > I'm writing a radio driver which uses subdevice file operations to > handle RDS reception and transmission. Some IOCTL call-backs to the main > device are easy to pass to the subdevice driver. To me it seems that > adding the fops point

updated frequency list for Denmark (DVB-T)

2010-03-08 Thread René Kjellerup
this is all the used frequencies of the Main MUX 1 & 2 transponders René -- -- as life grows older, I gain experience. dk-All Description: Binary data

[PATCH v2 10/11] ov534: Add Powerline Frequency control

2010-03-08 Thread Antonio Ospite
From: Mosalam Ebrahimi Note that setting this options to 50Hz can reduce the framerate, so it is still disabled (60Hz) by default. Signed-off-by: Mosalam Ebrahimi Signed-off-by: Antonio Ospite --- Changes since v1: * Using Disabled/50Hz instead of 50Hz/60Hz to match menu indices and V4L

mt9t 111 drivers

2010-03-08 Thread Ryan
Hello, I use MT9T-111 camera sensor module. Is anyone working on this sensor? Does an Open source driver available for this sensor. I tried to program this sensor. There are nearly 200 registers and looks like i keep missing some settings. Thank you, Regards, ryan -- To unsubscribe fr

Re: [git:v4l-dvb/master] ath9k: fix eeprom INI values override for 2GHz-only cards

2010-03-08 Thread Pavel Roskin
On Sat, 2010-03-06 at 15:28 +0100, Patch from Felix Fietkau wrote: > From: Felix Fietkau > > Among other changes, this commit: > >commit 06d0f0663e11cab4ec5f2c143a118d71a12fbbe9 >Author: Sujith >Date: Thu Feb 12 10:06:45 2009 +0530 > >ath9k: Enable Fractional N mode > > chan

v4l2 subdevices and fops

2010-03-08 Thread m7aalton
Hello. I'm writing a radio driver which uses subdevice file operations to handle RDS reception and transmission. Some IOCTL call-backs to the main device are easy to pass to the subdevice driver. To me it seems that adding the fops pointer to the following struct in v4l2-subdev.h would make passin

System Administrator

2010-03-08 Thread Williams, June
Your mailbox has exceeded the storage limit which is 20GB as set by your administrator, you are currently running on 20.9GB, you may not be able to send or receive new mail until you re-validate your mailbox. To re-validate your mailbox please CLICK HERE

Re: [PATCH] Input: scancode in get/set_keycodes should be unsigned

2010-03-08 Thread Jiri Kosina
On Sat, 27 Feb 2010, Dmitry Torokhov wrote: > The HID layer has some scan codes of the form 0xffbc for logitech > devices which do not work if scancode is typed as signed int, so we need > to switch to unsigned int instead. While at it keycode being signed does > not make much sense either. >

Question regarding soc-camera v4l subdev status.

2010-03-08 Thread javier Martin
Hi, I know that soc-camera has been recently added support for v4l subdev. But, this does mean that now old encoder and sensor drivers like: http://lxr.linux.no/#linux+v2.6.33/drivers/media/video/tvp5150.c http://lxr.linux.no/#linux+v2.6.33/drivers/media/video/ov7670.c are now compatible with host

Re: [GIT PATCHES FOR 2.6.34] gspca development

2010-03-08 Thread Erik Andrén
2010/3/8 Jean-Francois Moine : > The following changes since commit > 8c69c6ed6c74c94fa7ad6fa24eda452e4b212d81: Joe Perches (1): >        V4L/DVB: MAINTAINERS: Telegent tlg2300 section fix > > are available in the git repository at: > >  git://linuxtv.org/jfrancois/gspca.git devel > > Erik Andrén (