aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-05-29 09:19:05 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-06-17 08:45:56 -0400
commitf41c4332cfeae59e78aeda6c4eb9d0f4d42adbf2 (patch)
tree7c8b585b329f6d02bcaf1ffa5f154226857e3824 /Documentation
parent1a2c6866e35058c8808af37659e0f344f7f79381 (diff)
[media] DocBook/media/v4l: clarify the QUERYSTD documentation
Explicitly mention that this ioctl should return V4L2_STD_UNKNOWN if not signal was detected. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-querystd.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-querystd.xml b/Documentation/DocBook/media/v4l/vidioc-querystd.xml
index fe80a183d957..222348542182 100644
--- a/Documentation/DocBook/media/v4l/vidioc-querystd.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-querystd.xml
@@ -54,7 +54,8 @@ standard automatically. To do so, applications call <constant>
54VIDIOC_QUERYSTD</constant> with a pointer to a &v4l2-std-id; type. The 54VIDIOC_QUERYSTD</constant> with a pointer to a &v4l2-std-id; type. The
55driver stores here a set of candidates, this can be a single flag or a 55driver stores here a set of candidates, this can be a single flag or a
56set of supported standards if for example the hardware can only 56set of supported standards if for example the hardware can only
57distinguish between 50 and 60 Hz systems. When detection is not 57distinguish between 50 and 60 Hz systems. If no signal was detected,
58then the driver will return V4L2_STD_UNKNOWN. When detection is not
58possible or fails, the set must contain all standards supported by the 59possible or fails, the set must contain all standards supported by the
59current video input or output.</para> 60current video input or output.</para>
60 61