diff options
author | Hans de Goede <hdegoede@redhat.com> | 2012-07-01 10:26:13 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-30 17:42:44 -0400 |
commit | a2f8b84fed92d56c3891d03f090601c53766b118 (patch) | |
tree | 619c2be38869cbb734498fac22a10aed11034464 /Documentation | |
parent | 0dddf838694c5e5db8b602d4282447c0e2b943a4 (diff) |
[media] v4l2-ctrls: Teach v4l2-ctrls that V4L2_CID_AUTOBRIGHTNESS is a boolean
And document V4L2_CID_AUTOBRIGHTNESS.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/media/v4l/controls.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index 43ca749fc5e3..6c27f7b0aca4 100644 --- a/Documentation/DocBook/media/v4l/controls.xml +++ b/Documentation/DocBook/media/v4l/controls.xml | |||
@@ -373,6 +373,11 @@ minimum value disables backlight compensation.</entry> | |||
373 | </entry> | 373 | </entry> |
374 | </row> | 374 | </row> |
375 | <row> | 375 | <row> |
376 | <entry><constant>V4L2_CID_AUTOBRIGHTNESS</constant></entry> | ||
377 | <entry>boolean</entry> | ||
378 | <entry>Enable Automatic Brightness.</entry> | ||
379 | </row> | ||
380 | <row> | ||
376 | <entry><constant>V4L2_CID_ROTATE</constant></entry> | 381 | <entry><constant>V4L2_CID_ROTATE</constant></entry> |
377 | <entry>integer</entry> | 382 | <entry>integer</entry> |
378 | <entry>Rotates the image by specified angle. Common angles are 90, | 383 | <entry>Rotates the image by specified angle. Common angles are 90, |