Re: [PATCH v5 1/6] V4L: File handles

2010-02-22 Thread Sakari Ailus
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

RE: [PATCH v5 1/6] V4L: File handles

2010-02-22 Thread Aguirre, Sergio
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

Re: [PATCH v5 1/6] V4L: File handles

2010-02-21 Thread Sakari Ailus
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

RE: [PATCH v5 1/6] V4L: File handles

2010-02-19 Thread Aguirre, Sergio
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

Re: [PATCH v5 1/6] V4L: File handles

2010-02-19 Thread Laurent Pinchart
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

RE: [PATCH v5 1/6] V4L: File handles

2010-02-19 Thread Aguirre, Sergio
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 >

[PATCH v5 1/6] V4L: File handles

2010-02-19 Thread Sakari Ailus
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