Re: New subscriber to list.

2010-09-01 Thread Jeevas V
Add the outputs of lsusb and dmesg to this so that people can better understand the device. Thanks Jeevas On Wed, Sep 1, 2010 at 11:30 PM, Brian Durant wrote: > Hi, > > I am a new subscriber to the list, but in reality, I only have one > issue that I would like to ask the list about. I have don

Re: Kernel hangs after suspend to ram

2010-09-01 Thread Andrea Amorosi
Hi to all! I'm trying to use my Dikom DK-300 usb dvb-t device connected to an old laptop used as media player. The device works well but if I suspend the pc to ram (S3) when the Dikom usb stick is plugged in, the system hangs during the resume phase. So I've tried to create two scripts. The first o

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-09-01 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:Wed Sep 1 19:00:06 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15138:a4c762698bcb git master:

New subscriber to list.

2010-09-01 Thread Brian Durant
Hi, I am a new subscriber to the list, but in reality, I only have one issue that I would like to ask the list about. I have done a number of searches and asked on various lists, with no solution. I am trying to get the webcam on my Zepto Znote V11a netbook to work with Cheese and Peppermint Ice.

Re: [RFC/PATCH v4 08/11] media: Links setup

2010-09-01 Thread Laurent Pinchart
Hi Hans, On Saturday 28 August 2010 13:14:18 Hans Verkuil wrote: > On Friday, August 20, 2010 17:29:10 Laurent Pinchart wrote: [snip] > > +/** > > + * media_entity_remote_pad - Locate the pad at the remote end of a link > > + * @entity: Local entity > > + * @pad: Pad at the local end of the link

Re: [RFC/PATCH v4 07/11] media: Entities, pads and links enumeration

2010-09-01 Thread Laurent Pinchart
Hi Hans, On Saturday 28 August 2010 13:02:22 Hans Verkuil wrote: > On Friday, August 20, 2010 17:29:09 Laurent Pinchart wrote: [snip] > > diff --git a/Documentation/media-framework.txt > > b/Documentation/media-framework.txt index 66f7f6c..74a137d 100644 > > --- a/Documentation/media-framework.t

Re: [RFC/PATCH v4 06/11] media: Media device information query

2010-09-01 Thread Laurent Pinchart
Hi Hans, On Saturday 28 August 2010 12:44:15 Hans Verkuil wrote: > On Friday, August 20, 2010 17:29:08 Laurent Pinchart wrote: [snip] > > diff --git a/Documentation/media-framework.txt > > b/Documentation/media-framework.txt index 59649e9..66f7f6c 100644 > > --- a/Documentation/media-framework.t

Re: [RFC/PATCH v4 02/11] media: Media device

2010-09-01 Thread Laurent Pinchart
Hi Hans, On Saturday 28 August 2010 12:26:15 Hans Verkuil wrote: > On Friday, August 20, 2010 17:29:04 Laurent Pinchart wrote: [snip] > > +struct media_device { > > + /* dev->driver_data points to this struct. */ > > + struct device *dev; > > + struct media_devnode devnode; > > + > > + u

Re: [RFC/PATCH v4 03/11] media: Entities, pads and links

2010-09-01 Thread Laurent Pinchart
Hi Hans, On Saturday 28 August 2010 12:31:29 Hans Verkuil wrote: > > +#define MEDIA_ENTITY_TYPE_NODE (1 << > > MEDIA_ENTITY_TYPE_SHIFT) > > +#define MEDIA_ENTITY_TYPE_NODE_V4L (MEDIA_ENTITY_TYPE_NODE + 1) > > +#define MEDIA_ENTITY_TYPE_NODE_FB (MEDIA_ENTITY_TY

Patch drivers/media/video/mt9v022.c

2010-09-01 Thread Poyo VL
Of course, I attached the patch. Thanks for your time and sorry because I didn't read the documentation. - Original Message From: Guennadi Liakhovetski To: Poyo VL Sent: Tue, August 31, 2010 11:34:50 PM Subject: Re: Patch Hi! On Tue, 31 Aug 2010, Poyo VL wrote: > Kernel: 2.6.35.

[PATCH] DiSEqC bug fixed for stv0288 based interfaces

2010-09-01 Thread Josef Pavlik
Fixed problem with DiSEqC communication. The message was wrongly modulated, so the DiSEqC switch was not work. This patch fixes DiSEqC messages, simple tone burst and tone on/off. I verified it with osciloscope against the DiSEqC documentation. Interface: PCI DVB-S TV tuner TeVii S420 Kernel: 2

Re: linux-next: Tree for August 7 (IR)

2010-09-01 Thread Mauro Carvalho Chehab
Em 27-08-2010 13:45, Randy Dunlap escreveu: > On Mon, 09 Aug 2010 14:57:42 -0300 Mauro Carvalho Chehab wrote: > >> Em 09-08-2010 14:41, Mauro Carvalho Chehab escreveu: >>> Em 09-08-2010 11:52, Randy Dunlap escreveu: > Hmm... clearly, there are some bad dependencies at the Kconfig. Maybe >

[PATCH] V4L/DVB: OMAP_VOUT: Remove unneseccasry code in omap_vout_calculate_offset

2010-09-01 Thread Archit Taneja
In omap_vout_calculate_offset(), cur_display is assigned ovl->manager->device, but isn't used for anything. The corresponding code is removed. Signed-off-by: Archit Taneja --- drivers/media/video/omap/omap_vout.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/dr