Re: [PATCH v4 1/7] V4L: File handles

2010-02-13 Thread Hans Verkuil
On Wednesday 10 February 2010 15:58:03 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. > > Video device drivers should use the v4l2_fh pointer as t

[PATCH v4 1/7] V4L: File handles

2010-02-10 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