[PATCH] Update for saa7134 driver. Radio support for ENLTV-FM53

2010-07-24 Thread Andrés Elizalde
Fix radio support for Encore ENLTV-FM v5.3 card --- linux/drivers/media/video/saa7134/saa7134-cards.c.orig 2010-07-24 18:21:30.0 -0300 +++ linux/drivers/media/video/saa7134/saa7134-cards.c 2010-07-24 18:21:44.0 -0300 @@ -3651,7 +3651,7 @@ struct saa7134_board saa7134_boards[

saa7134 and SKY7104 CCTV Card

2010-07-24 Thread s.danzi
Hi!! I'm trying to use SKY7104 CCTV (4 channel video capture card). Kernel autoload module saa7134 but flag it as unknown,register two video devices but it seems not work. Someone could help me to patch saa7134 driver? windows drivere are availabe here: http://www.cn-dvr.com/products/enproducts78.

[PATCH] Terratec Cinergy USB (HD) (remote control key codes)

2010-07-24 Thread Sebastian Rettenberger
Hello, I figured out that my remote control of the Cinergy T USB XXS (HD) has slightly different key codes then the one already in the dvb_usb_dib0700 module. The following patch adds the key codes to table. Best regards, Sebastian --- Add key codes for Cinergy T USB XXS (HD) (device ID: 0ccd:

Linux Plumber's Conference: Call for Working Session Submissions

2010-07-24 Thread Mauro Carvalho Chehab
CFP dead line for submitting proposals to LPC/2010 is approaching. For those that intends to submit proposals for it, please do it quickly, as the official dead line is July, 26. --- The Planning Committee for the Linux Plumbers Conference (LPC) is happy to announce that submissions to the "micr

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

2010-07-24 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:Sat Jul 24 19:00:20 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14993:9652f85e688a git master:

cx23885: Unknown symbol __ir_input_register

2010-07-24 Thread vvvl
with linux-2.6.34-gentoo-r1 and V4L/DVB repository of July 24 I get these errors: cx23885: Unknown symbol __ir_input_register cx23885: Unknown symbol get_rc_map My card is Compro Videomate E600F and i try to get it work with changes attached in diff.txt file. On linux-2.6.33-gentoo-r2 it works w

Re: how to mmap in videobuf-dma-sg.c

2010-07-24 Thread Figo.zhang
On Thu, 2009-05-21 at 07:35 -0300, Mauro Carvalho Chehab wrote: > Em Thu, 21 May 2009 12:46:04 +0800 > "Figo.zhang" escreveu: > > > hi,all, > > I am puzzle that how to mmap ( V4L2_MEMORY_MMAP) in videobuf-dma-sg.c? > > > > In this file, it alloc the momery using vmalloc_32() , and put this > >

Re: [RFC/PATCH v2 06/10] media: Entities, pads and links enumeration

2010-07-24 Thread Hans Verkuil
On Wednesday 21 July 2010 16:35:31 Laurent Pinchart wrote: > Create the following two ioctls and implement them at the media device > level to enumerate entities, pads and links. > > - MEDIA_IOC_ENUM_ENTITIES: Enumerate entities and their properties > - MEDIA_IOC_ENUM_LINKS: Enumerate all pads and

Re: [RFC/PATCH v2 03/10] media: Entities, pads and links

2010-07-24 Thread Hans Verkuil
On Wednesday 21 July 2010 16:35:28 Laurent Pinchart wrote: > diff --git a/include/media/media-entity.h b/include/media/media-entity.h > new file mode 100644 > index 000..fd44647 > --- /dev/null > +++ b/include/media/media-entity.h > @@ -0,0 +1,79 @@ > +#ifndef _MEDIA_ENTITY_H > +#define _MED

Re: [RFC/PATCH v2 02/10] media: Media device

2010-07-24 Thread Hans Verkuil
On Wednesday 21 July 2010 16:35:27 Laurent Pinchart wrote: > The media_device structure abstracts functions common to all kind of > media devices (v4l2, dvb, alsa, ...). It manages media entities and > offers a userspace API to discover and configure the media device > internal topology. > > Signe

Re: [RFC/PATCH v2 01/10] media: Media device node support

2010-07-24 Thread Hans Verkuil
On Wednesday 21 July 2010 16:35:26 Laurent Pinchart wrote: > The media_devnode structure provides support for registering and > unregistering character devices using a dynamic major number. Reference > counting is handled internally, making device drivers easier to write > without having to solve t

Re: [RFC] Per-subdev, host-specific data

2010-07-24 Thread Hans Verkuil
On Friday 23 July 2010 22:52:48 Andy Walls wrote: > On Fri, 2010-07-23 at 16:31 +0200, Laurent Pinchart wrote: > > Hi Hans, > > > > On Friday 23 July 2010 15:46:29 Hans Verkuil wrote: > > > On Friday 23 July 2010 15:01:29 Laurent Pinchart wrote: > > > > Hi everybody, > > > > > > > > Trying to imp