aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLad, Prabhakar <prabhakar.lad@ti.com>2012-10-01 07:17:36 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-10-05 20:44:26 -0400
commit5ebef0fbe0f72fa911088800c5d0bc7a872c35de (patch)
tree02b76cf6fc36c613da5a2e7139189f416f656ba9 /Documentation
parentab7ef22419927910e563170db41f0a428d20b0a2 (diff)
[media] media: v4l2-ctrls: add control for test pattern
add V4L2_CID_TEST_PATTERN of type menu, which determines the internal test pattern selected by the device. Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com> Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com> Acked-by: Sakari Ailus <sakari.ailus@iki.fi> Acked-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/controls.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml
index 272a5f718509..a84a08ca51dc 100644
--- a/Documentation/DocBook/media/v4l/controls.xml
+++ b/Documentation/DocBook/media/v4l/controls.xml
@@ -4267,6 +4267,16 @@ interface and may change in the future.</para>
4267 pixels / second. 4267 pixels / second.
4268 </entry> 4268 </entry>
4269 </row> 4269 </row>
4270 <row>
4271 <entry spanname="id"><constant>V4L2_CID_TEST_PATTERN</constant></entry>
4272 <entry>menu</entry>
4273 </row>
4274 <row id="v4l2-test-pattern">
4275 <entry spanname="descr"> Some capture/display/sensor devices have
4276 the capability to generate test pattern images. These hardware
4277 specific test patterns can be used to test if a device is working
4278 properly.</entry>
4279 </row>
4270 <row><entry></entry></row> 4280 <row><entry></entry></row>
4271 </tbody> 4281 </tbody>
4272 </tgroup> 4282 </tgroup>