aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-g-ctrl.xml7
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml7
2 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-ctrl.xml b/Documentation/DocBook/media/v4l/vidioc-g-ctrl.xml
index 8b5e6ff7f3df..5146d00782e3 100644
--- a/Documentation/DocBook/media/v4l/vidioc-g-ctrl.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-g-ctrl.xml
@@ -117,6 +117,13 @@ because another applications took over control of the device function
117this control belongs to.</para> 117this control belongs to.</para>
118 </listitem> 118 </listitem>
119 </varlistentry> 119 </varlistentry>
120 <varlistentry>
121 <term><errorcode>EACCES</errorcode></term>
122 <listitem>
123 <para>Attempt to set a read-only control or to get a
124 write-only control.</para>
125 </listitem>
126 </varlistentry>
120 </variablelist> 127 </variablelist>
121 </refsect1> 128 </refsect1>
122</refentry> 129</refentry>
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml b/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml
index 3aa7f8f9ff0c..5e73517fa232 100644
--- a/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml
@@ -294,6 +294,13 @@ The field <structfield>size</structfield> is set to a value that is enough
294to store the payload and this error code is returned.</para> 294to store the payload and this error code is returned.</para>
295 </listitem> 295 </listitem>
296 </varlistentry> 296 </varlistentry>
297 <varlistentry>
298 <term><errorcode>EACCES</errorcode></term>
299 <listitem>
300 <para>Attempt to try or set a read-only control or to get a
301 write-only control.</para>
302 </listitem>
303 </varlistentry>
297 </variablelist> 304 </variablelist>
298 </refsect1> 305 </refsect1>
299</refentry> 306</refentry>