aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/v4l/vidioc-g-std.xml
diff options
context:
space:
mode:
authorMuralidharan Karicheri <m-karicheri2@ti.com>2009-12-10 10:31:44 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-16 00:18:47 -0200
commit422eaac5d5367bab71fa2cc33393b2ea894498fe (patch)
treeee999c00e62d2bf9aff83b17de297fef8b35beb0 /Documentation/DocBook/v4l/vidioc-g-std.xml
parentV4L/DVB (13618): v4l2: Adding helper function to get dv preset description (diff)
downloadlinux-dev-422eaac5d5367bab71fa2cc33393b2ea894498fe.tar.xz
linux-dev-422eaac5d5367bab71fa2cc33393b2ea894498fe.zip
V4L/DVB (13619): v4l2-spec: Adds EBUSY error code for S_STD and QUERYSTD ioctls
During review of Video Timing API documentation, Hans Verkuil had a comment on adding EBUSY error code for VIDIOC_S_STD and VIDIOC_QUERYSTD ioctls. This patch updates the document for this. Signed-off-by: Muralidharan Karicheri <m-karicheri2@ti.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/v4l/vidioc-g-std.xml')
-rw-r--r--Documentation/DocBook/v4l/vidioc-g-std.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/DocBook/v4l/vidioc-g-std.xml b/Documentation/DocBook/v4l/vidioc-g-std.xml
index b6f5d267e856..912f8513e5da 100644
--- a/Documentation/DocBook/v4l/vidioc-g-std.xml
+++ b/Documentation/DocBook/v4l/vidioc-g-std.xml
@@ -86,6 +86,12 @@ standards.</para>
<constant>VIDIOC_S_STD</constant> parameter was unsuitable.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><errorcode>EBUSY</errorcode></term>
+ <listitem>
+ <para>The device is busy and therefore can not change the standard</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
</refentry>