diff options
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-g-std.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-g-std.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-std.xml b/Documentation/DocBook/media/v4l/vidioc-g-std.xml index 99ff1a016220..4a898417de28 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-std.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-std.xml | |||
@@ -72,7 +72,9 @@ flags, being a write-only ioctl it does not return the actual new standard as | |||
72 | the current input does not support the requested standard the driver | 72 | the current input does not support the requested standard the driver |
73 | returns an &EINVAL;. When the standard set is ambiguous drivers may | 73 | returns an &EINVAL;. When the standard set is ambiguous drivers may |
74 | return <errorcode>EINVAL</errorcode> or choose any of the requested | 74 | return <errorcode>EINVAL</errorcode> or choose any of the requested |
75 | standards.</para> | 75 | standards. If the current input or output does not support standard video timings (e.g. if |
76 | &VIDIOC-ENUMINPUT; does not set the <constant>V4L2_IN_CAP_STD</constant> flag), then | ||
77 | &ENODATA; is returned.</para> | ||
76 | </refsect1> | 78 | </refsect1> |
77 | 79 | ||
78 | <refsect1> | 80 | <refsect1> |
@@ -85,6 +87,12 @@ standards.</para> | |||
85 | <para>The <constant>VIDIOC_S_STD</constant> parameter was unsuitable.</para> | 87 | <para>The <constant>VIDIOC_S_STD</constant> parameter was unsuitable.</para> |
86 | </listitem> | 88 | </listitem> |
87 | </varlistentry> | 89 | </varlistentry> |
90 | <varlistentry> | ||
91 | <term><errorcode>ENODATA</errorcode></term> | ||
92 | <listitem> | ||
93 | <para>Standard video timings are not supported for this input or output.</para> | ||
94 | </listitem> | ||
95 | </varlistentry> | ||
88 | </variablelist> | 96 | </variablelist> |
89 | </refsect1> | 97 | </refsect1> |
90 | </refentry> | 98 | </refentry> |