aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDaniel Jeong <gshark.jeong@gmail.com>2014-03-03 04:52:09 -0500
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-11 08:57:33 -0400
commit00ae54a728e3ab8c08ab4c3e9f6a5beef9b4ca5a (patch)
tree623a80ad20d599610a9246d09837a16db5816008 /Documentation
parent341ef565f8287695709266e7533995ffcdcc7a38 (diff)
[media] controls.xml: Document addtional Flash fault bits
Descriptions for flash faults V4L2_FLASH_FAULT_UNDER_VOLTAGE, V4L2_FLASH_FAULT_INPUT_VOLTAGE, and V4L2_FLASH_FAULT_LED_OVER_TEMPERATURE. Removed spaces before tabs. Signed-off-by: Daniel Jeong <gshark.jeong@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/media/v4l/controls.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml
index 28bf173b017f..0340b9620d7a 100644
--- a/Documentation/DocBook/media/v4l/controls.xml
+++ b/Documentation/DocBook/media/v4l/controls.xml
@@ -4390,6 +4390,24 @@ interface and may change in the future.</para>
4390 <entry>The flash controller has detected a short or open 4390 <entry>The flash controller has detected a short or open
4391 circuit condition on the indicator LED.</entry> 4391 circuit condition on the indicator LED.</entry>
4392 </row> 4392 </row>
4393 <row>
4394 <entry><constant>V4L2_FLASH_FAULT_UNDER_VOLTAGE</constant></entry>
4395 <entry>Flash controller voltage to the flash LED
4396 has been below the minimum limit specific to the flash
4397 controller.</entry>
4398 </row>
4399 <row>
4400 <entry><constant>V4L2_FLASH_FAULT_INPUT_VOLTAGE</constant></entry>
4401 <entry>The input voltage of the flash controller is below
4402 the limit under which strobing the flash at full current
4403 will not be possible.The condition persists until this flag
4404 is no longer set.</entry>
4405 </row>
4406 <row>
4407 <entry><constant>V4L2_FLASH_FAULT_LED_OVER_TEMPERATURE</constant></entry>
4408 <entry>The temperature of the LED has exceeded its
4409 allowed upper limit.</entry>
4410 </row>
4393 </tbody> 4411 </tbody>
4394 </entrytbl> 4412 </entrytbl>
4395 </row> 4413 </row>