|
@@ -82,3 +82,26 @@ Contact: linux-iio@vger.kernel.org
|
|
|
Description:
|
|
|
This property gets/sets the table of coefficients
|
|
|
used in calculating illuminance in lux.
|
|
|
+
|
|
|
+What: /sys/bus/iio/devices/device[n]/in_intensity_clear[_input|_raw]
|
|
|
+What: /sys/bus/iio/devices/device[n]/in_intensity_red[_input|_raw]
|
|
|
+What: /sys/bus/iio/devices/device[n]/in_intensity_green[_input|_raw]
|
|
|
+What: /sys/bus/iio/devices/device[n]/in_intensity_blue[_input|_raw]
|
|
|
+KernelVersion: 3.4.0
|
|
|
+Contact: linux-iio@vger.kernel.org
|
|
|
+Description:
|
|
|
+ This property is supported by sensors that have a RGBC
|
|
|
+ sensing mode. This value should be the output from a reading
|
|
|
+ and if expressed in SI units, should include _input. If this
|
|
|
+ value is not in SI units (irradiance, uW/mm^2), then it should
|
|
|
+ include _raw.
|
|
|
+
|
|
|
+What: /sys/bus/iio/devices/device[n]/in_cct0[_input|_raw]
|
|
|
+KernelVersion: 3.4.0
|
|
|
+Contact: linux-iio@vger.kernel.org
|
|
|
+Description:
|
|
|
+ This should return the correlated color temperature from the
|
|
|
+ light sensor. If it comes back in SI units, it should also
|
|
|
+ include _input else it should include _raw to signify it is not
|
|
|
+ in SI units.
|
|
|
+
|