From: Sakari Ailus <sakari.ailus@maxwell.research.nokia.com>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: linux-media@vger.kernel.org,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
david.cohen@nokia.com
Subject: Re: [PATCH 6/6] V4L: Events: Add documentation
Date: Tue, 23 Feb 2010 00:47:49 +0200 [thread overview]
Message-ID: <4B830995.1090903@maxwell.research.nokia.com> (raw)
In-Reply-To: <201002222057.24236.hverkuil@xs4all.nl>
Hans Verkuil wrote:
>> + <para>To receive events, the events the user is interested first
>> + must be subscribed using the &VIDIOC-SUBSCRIBE-EVENT; ioctl. Once an
>> + event is subscribed, the events of subscribed types are dequeueable
>> + using the &VIDIOC-DQEVENT; ioctl. Events may be unsubscribed using
>> + VIDIOC_UNSUBSCRIBE_EVENT ioctl. The special event type
>> + V4L2_EVENT_ALL may be used to subscribe or unsubscribe all the
>
> ALL may be used only with unsubscribe.
Missed that one. Thanks.
...
>> + <tbody valign="top">
>> + <row>
>> + <entry>__u32</entry>
>> + <entry><structfield>type</structfield></entry>
>> + <entry>Type of the event.</entry>
>> + </row>
>> + <row>
>> + <entry>__u32</entry>
>> + <entry><structfield>reserved</structfield>[7]</entry>
>> + <entry>Reserved for future extensions. Drivers must set
>
> Drivers and applications must zero this array.
Fixed.
>> + the array to zero.</entry>
>> + </row>
>> + </tbody>
>> + </tgroup>
>> + </table>
>> +
>> + <table frame="none" pgwide="1" id="event-type">
>> + <title>Event Types</title>
>> + <tgroup cols="3">
>> + &cs-def;
>> + <tbody valign="top">
>> + <row>
>> + <entry><constant>V4L2_EVENT_ALL</constant></entry>
>> + <entry>0</entry>
>> + <entry>All events. V4L2_EVENT_ALL is valid only for
>> + VIDIOC_UNSUBSCRIBE_EVENT for unsubscribing all events at once.
>> + </entry>
>> + </row>
>> + <row>
>> + <entry><constant>V4L2_EVENT_PRIVATE_START</constant></entry>
>> + <entry>0x08000000</entry> <entry></entry>
>
> This needs a short description. E.g.: 'Base event number for driver-private events.'
Added.
...
>> +Drivers do not initialise events directly. The events are initialised
>> +through v4l2_fh_init() if video_device->ioctl_ops->vidioc_subscribe_event is
>> +non-NULL. This *MUST* be performed in the driver's
>> +v4l2_file_operations->open() handler.
>> +
>> +Events are delivered to user space through the poll system call. The driver
>> +can use v4l2_fh->events->wait wait_queue_head_t as the argument for
>> +poll_wait().
>> +
>> +There are standard and private events. New standard events must use the
>> +smallest available event type. The drivers must allocate their events
>> +starting from base (V4L2_EVENT_PRIVATE_START + n * 1024) while individual
>> +events start from base + 1.
>
> What do you mean with 'while individual events start from base + 1'? I still
> don't understand that phrase.
Will be "There are standard and private events. New standard events must
use the smallest available event type. The drivers must allocate their
events starting from base (V4L2_EVENT_PRIVATE_START + n * 1024) + 1." in
the next one.
--
Sakari Ailus
sakari.ailus@maxwell.research.nokia.com
next prev parent reply other threads:[~2010-02-22 22:48 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-22 15:51 [PATCH v6 0/6] V4L2 file handles and event interface Sakari Ailus
2010-02-22 15:51 ` [PATCH 1/6] V4L: File handles Sakari Ailus
2010-02-22 15:51 ` [PATCH 2/6] V4L: File handles: Add documentation Sakari Ailus
2010-02-22 15:51 ` [PATCH 3/6] V4L: Events: Add new ioctls for events Sakari Ailus
2010-02-22 15:51 ` [PATCH 4/6] V4L: Events: Add backend Sakari Ailus
2010-02-22 15:51 ` [PATCH 5/6] V4L: Events: Support event handling in do_ioctl Sakari Ailus
2010-02-22 15:51 ` [PATCH 6/6] V4L: Events: Add documentation Sakari Ailus
2010-02-22 19:57 ` Hans Verkuil
2010-02-22 22:47 ` Sakari Ailus [this message]
2010-02-22 23:20 ` Hans Verkuil
2010-02-22 23:27 ` Sakari Ailus
2010-02-23 7:19 ` Hans Verkuil
2010-02-23 7:55 ` Sakari Ailus
2010-02-22 20:02 ` [PATCH 5/6] V4L: Events: Support event handling in do_ioctl Hans Verkuil
2010-02-22 19:58 ` [PATCH 4/6] V4L: Events: Add backend Hans Verkuil
2010-02-22 19:58 ` [PATCH 3/6] V4L: Events: Add new ioctls for events Hans Verkuil
2010-02-22 19:58 ` [PATCH 2/6] V4L: File handles: Add documentation Hans Verkuil
2010-02-22 16:00 ` [PATCH 1/6] V4L: File handles Sakari Ailus
2010-02-22 19:57 ` Hans Verkuil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B830995.1090903@maxwell.research.nokia.com \
--to=sakari.ailus@maxwell.research.nokia.com \
--cc=david.cohen@nokia.com \
--cc=hverkuil@xs4all.nl \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox