On Sunday 21 February 2010 21:57:47 Sakari Ailus wrote:
> Hans Verkuil wrote:
> > Hi Sakari,
>
> Hi Hans,
>
> And many thanks for the comments again!
>
> > Here are some more comments.
> >
> ...
> >> +
> >> +static void v4l2_event_unsubscribe_all(struct v4l2_fh *fh)
> >> +{
> >> + struct v4l2
Hans Verkuil wrote:
> Hi Sakari,
Hi Hans,
And many thanks for the comments again!
> Here are some more comments.
>
...
>> +int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event)
>> +{
>> +struct v4l2_events *events = fh->events;
>> +struct v4l2_kevent *kev;
>> +unsigne
Aguirre, Sergio wrote:
> Heippa!
Hi, Sergio!
Your lines seem to be over 80 characters long. :I
...
>> +int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event)
>> +{
>> +struct v4l2_events *events = fh->events;
>> +struct v4l2_kevent *kev;
>> +unsigned long flags;
>> +
>>
Hi Sakari,
Here are some more comments.
On Friday 19 February 2010 20:21:58 Sakari Ailus wrote:
> Add event handling backend to V4L2. The backend handles event subscription
> and delivery to file handles. Event subscriptions are based on file handle.
> Events may be delivered to all subscribed fi
sonboard.com; iiva...@mm-
> sol.com; gururaj.nagen...@intel.com; david.co...@nokia.com; Sakari Ailus
> Subject: [PATCH v5 4/6] V4L: Events: Add backend
>
> Add event handling backend to V4L2. The backend handles event subscription
> and delivery to file handles. Event subscriptions are
Add event handling backend to V4L2. The backend handles event subscription
and delivery to file handles. Event subscriptions are based on file handle.
Events may be delivered to all subscribed file handles on a device
independent of where they originate from.
Signed-off-by: Sakari Ailus
---
driv