diff options
author | Sakari Ailus <sakari.ailus@linux.intel.com> | 2014-08-06 03:52:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-21 15:25:35 -0500 |
commit | 6e533c01a89fbb8b1a5c58808540e798e2dad645 (patch) | |
tree | c72a52af8e42a131fdfa3fdaaef3fb7a2c42db85 /Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml | |
parent | 6ddc2be511a76e6c3f689f46155cb0f4c8f5876e (diff) | |
download | talos-op-linux-6e533c01a89fbb8b1a5c58808540e798e2dad645.tar.gz talos-op-linux-6e533c01a89fbb8b1a5c58808540e798e2dad645.zip |
[media] v4l: Event documentation fixes
Constify event type constants and correct motion detection event number
(it's 6, not 5).
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml b/Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml index 9f6095608837..d7c9365ecdbe 100644 --- a/Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml +++ b/Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml @@ -176,7 +176,7 @@ </row> <row> <entry><constant>V4L2_EVENT_MOTION_DET</constant></entry> - <entry>5</entry> + <entry>6</entry> <entry> <para>Triggered whenever the motion detection state for one or more of the regions changes. This event has a &v4l2-event-motion-det; associated with it.</para> |