Hans Verkuil wrote:
> There is a crucial piece of functionality missing here: if the
> filehandle is in blocking mode, then it should wait until an event
> arrives. That also means that if vfh->events == NULL, you should
>>> still
> call v4l2_event_dequeue, and that function should
> Hi Hans,
>
> On Monday 22 February 2010 08:53:53 Hans Verkuil wrote:
>> On Sunday 21 February 2010 23:31:43 Sakari Ailus wrote:
>> > Hans Verkuil wrote:
>> > > More comments...
>> > >
>> > > On Friday 19 February 2010 20:21:59 Sakari Ailus wrote:
>> > >> Add support for event handling to do_ioct
Hi Hans,
On Monday 22 February 2010 08:53:53 Hans Verkuil wrote:
> On Sunday 21 February 2010 23:31:43 Sakari Ailus wrote:
> > Hans Verkuil wrote:
> > > More comments...
> > >
> > > On Friday 19 February 2010 20:21:59 Sakari Ailus wrote:
> > >> Add support for event handling to do_ioctl.
> > >>
On Sunday 21 February 2010 23:31:43 Sakari Ailus wrote:
> Hans Verkuil wrote:
> > More comments...
> >
> > On Friday 19 February 2010 20:21:59 Sakari Ailus wrote:
> >> Add support for event handling to do_ioctl.
> >>
> >> Signed-off-by: Sakari Ailus
> >> ---
> >> drivers/media/video/v4l2-ioctl.c
Laurent Pinchart wrote:
> Hi Sakari,
Salut Laurent,
>>> There is a crucial piece of functionality missing here: if the filehandle
>>> is in blocking mode, then it should wait until an event arrives. That
>>> also means that if vfh->events == NULL, you should still call
>>> v4l2_event_dequeue, and
Hi Sakari,
On Sunday 21 February 2010 23:31:43 Sakari Ailus wrote:
> Hans Verkuil wrote:
> > More comments...
> >
> > On Friday 19 February 2010 20:21:59 Sakari Ailus wrote:
> >> Add support for event handling to do_ioctl.
> >>
> >> Signed-off-by: Sakari Ailus
> >> ---
> >>
> >> drivers/media
Hans Verkuil wrote:
> More comments...
>
> On Friday 19 February 2010 20:21:59 Sakari Ailus wrote:
>> Add support for event handling to do_ioctl.
>>
>> Signed-off-by: Sakari Ailus
>> ---
>> drivers/media/video/v4l2-ioctl.c | 58
>> ++
>> include/media/v4l2-
More comments...
On Friday 19 February 2010 20:21:59 Sakari Ailus wrote:
> Add support for event handling to do_ioctl.
>
> Signed-off-by: Sakari Ailus
> ---
> drivers/media/video/v4l2-ioctl.c | 58
> ++
> include/media/v4l2-ioctl.h |7
> 2 f
Add support for event handling to do_ioctl.
Signed-off-by: Sakari Ailus
---
drivers/media/video/v4l2-ioctl.c | 58 ++
include/media/v4l2-ioctl.h |7
2 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/v4l2-ioctl