Re: [RFC v2 1/7] V4L: File handles

2010-01-22 Thread Sakari Ailus
Hans Verkuil wrote: > Hi Sakari, Hi Hans! > I should have reviewed this weeks ago, but better late than never... No problem, and thanks for the review! > On Tue, 22 Dec 2009, Sakari Ailus wrote: > >> This patch adds a list of v4l2_fh structures to every video_device. >> It allows using file ha

Re: [RFC v2 1/7] V4L: File handles

2010-01-18 Thread Hans Verkuil
Hi Sakari, I should have reviewed this weeks ago, but better late than never... On Tue, 22 Dec 2009, Sakari Ailus wrote: 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.

[RFC v2 1/7] V4L: File handles

2009-12-22 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