diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-05-28 12:30:28 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-19 01:50:17 +0200 |
commit | e4cca4edbce693238ba4d75269db082f34da48bb (patch) | |
tree | fa19b309a343f86e86024d0290a4d4a56d554b48 /Documentation/DocBook/media/v4l/vidioc-g-frequency.xml | |
parent | [media] videodev2.h: add new hwseek capability bits (diff) | |
download | linux-e4cca4edbce693238ba4d75269db082f34da48bb.tar.xz linux-e4cca4edbce693238ba4d75269db082f34da48bb.zip |
[media] v4l2 spec: document the new v4l2_tuner capabilities
Update the spec with the new capabilities and specify new error codes for
S_HW_FREQ_SEEK.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-g-frequency.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-g-frequency.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-frequency.xml b/Documentation/DocBook/media/v4l/vidioc-g-frequency.xml index 69c178a4d205..40e58a42eb26 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-frequency.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-frequency.xml @@ -135,6 +135,12 @@ bounds or the value in the <structfield>type</structfield> field is wrong.</para> </listitem> </varlistentry> + <varlistentry> + <term><errorcode>EBUSY</errorcode></term> + <listitem> + <para>A hardware seek is in progress.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> </refentry> |