Aguirre, Sergio wrote:
> Hi Sakari,
>
> From: Sakari Ailus [mailto:sakari.ai...@maxwell.research.nokia.com]
>
> ...
>
>> Will fix.
>
> Seems that you missed to fix this patch comments on your v6 version...
>
> :-/
Um, true! I'll make the changes for the next one then.
--
Sakari Ailus
sakari
Hi Sakari,
From: Sakari Ailus [mailto:sakari.ai...@maxwell.research.nokia.com]
...
> Will fix.
Seems that you missed to fix this patch comments on your v6 version...
:-/
Regards,
Sergio
>
> --
> Sakari Ailus
> sakari.ai...@maxwell.research.nokia.com
--
To unsubscribe from this list: send the
Aguirre, Sergio wrote:
> Heippa!
Hi, Sergio!
Thanks for comments!
...
>> @@ -0,0 +1,64 @@
>> +/*
>> + * drivers/media/video/v4l2-fh.c
>
> [1] AFAIK, putting file paths is frowned upon.
>
> Makes maintenance harder if in the future, this files get moved somewhere
> else.
Ack.
>> + *
>> + * V
ntel.com; david.co...@nokia.com
> Subject: Re: [PATCH v5 1/6] V4L: File handles
>
> Hi Sergio,
>
> On Friday 19 February 2010 23:29:54 Aguirre, Sergio wrote:
> > Heippa!
> >
> > > -Original Message-
> > > From: linux-media-ow...@vger.kernel.org
10 1:22 PM
> > To: linux-media@vger.kernel.org
> > Cc: hverk...@xs4all.nl; laurent.pinch...@ideasonboard.com; iiva...@mm-
> > sol.com; gururaj.nagen...@intel.com; david.co...@nokia.com; Sakari Ailus
> > Subject: [PATCH v5 1/6] V4L: File handles
> >
> > This pat
sonboard.com; iiva...@mm-
> sol.com; gururaj.nagen...@intel.com; david.co...@nokia.com; Sakari Ailus
> Subject: [PATCH v5 1/6] V4L: File handles
>
> This patch adds a list of v4l2_fh structures to every video_device.
> It allows using file handle related information in V4L2. The event
>
This patch adds a list of v4l2_fh structures to every video_device.
It allows using file handle related information in V4L2. The event interface
is one example of such use.
Video device drivers should use the v4l2_fh pointer as their
file->private_data.
Signed-off-by: Sakari Ailus
---
drivers/m