Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176831
b: refs/heads/master
c: 422eaac
h: refs/heads/master
i:
  176829: 6d9c7c2
  176827: 6f988fc
  176823: 4347cf2
  176815: 4aa22b1
  176799: 5794e32
  176767: e5de20b
v: v3
  • Loading branch information
Muralidharan Karicheri authored and Mauro Carvalho Chehab committed Dec 16, 2009
1 parent 37f2102 commit 24b7220
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2e535ed5a16b8cc23301f3d26cfd49f3091aadcc
refs/heads/master: 422eaac5d5367bab71fa2cc33393b2ea894498fe
6 changes: 6 additions & 0 deletions trunk/Documentation/DocBook/v4l/vidioc-g-std.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 6 additions & 0 deletions trunk/Documentation/DocBook/v4l/vidioc-querystd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ current video input or output.</para>
<para>This ioctl is not supported.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><errorcode>EBUSY</errorcode></term>
<listitem>
<para>The device is busy and therefore can not detect the standard</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
</refentry>
Expand Down

0 comments on commit 24b7220

Please sign in to comment.