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
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.
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