Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00ae54a7 authored by Daniel Jeong's avatar Daniel Jeong Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarDaniel Jeong <gshark.jeong@gmail.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 341ef565
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -4390,6 +4390,24 @@ interface and may change in the future.</para>
    		  <entry>The flash controller has detected a short or open
    		  circuit condition on the indicator LED.</entry>
    		</row>
		<row>
		  <entry><constant>V4L2_FLASH_FAULT_UNDER_VOLTAGE</constant></entry>
		  <entry>Flash controller voltage to the flash LED
		  has been below the minimum limit specific to the flash
		  controller.</entry>
		</row>
		<row>
		  <entry><constant>V4L2_FLASH_FAULT_INPUT_VOLTAGE</constant></entry>
		  <entry>The input voltage of the flash controller is below
		  the limit under which strobing the flash at full current
		  will not be possible.The condition persists until this flag
		  is no longer set.</entry>
		</row>
		<row>
		  <entry><constant>V4L2_FLASH_FAULT_LED_OVER_TEMPERATURE</constant></entry>
		  <entry>The temperature of the LED has exceeded its
		  allowed upper limit.</entry>
		</row>
    	      </tbody>
    	    </entrytbl>
    	  </row>