diff options
author | Sakari Ailus <sakari.ailus@iki.fi> | 2011-05-04 10:45:58 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 17:55:39 -0300 |
commit | 7ba85fa4fdbbe800e92a937ca567120ef32fe49f (patch) | |
tree | 21e6e25380442d994ee3a1fb8d06b9da6a1abcd0 /Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml | |
parent | 0b159acdd577dfd961ad14177c23e97d3ad33009 (diff) | |
download | talos-obmc-linux-7ba85fa4fdbbe800e92a937ca567120ef32fe49f.tar.gz talos-obmc-linux-7ba85fa4fdbbe800e92a937ca567120ef32fe49f.zip |
[media] v4l: Add flash control documentation
Add documentation for V4L2 flash controls.
Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml b/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml index 5e73517fa232..5122ce87e0b8 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml @@ -250,6 +250,13 @@ These controls are described in <xref These controls are described in <xref linkend="fm-tx-controls" />.</entry> </row> + <row> + <entry><constant>V4L2_CTRL_CLASS_FLASH</constant></entry> + <entry>0x9c0000</entry> + <entry>The class containing flash device controls. +These controls are described in <xref + linkend="flash-controls" />.</entry> + </row> </tbody> </tgroup> </table> |