diff options
author | Peter Meerwald-Stadler <pmeerw@pmeerw.net> | 2016-03-20 16:20:22 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-04-03 11:14:00 +0100 |
commit | 2c5ff1f9a6240d7d2d0928021cb76e421d6aacaf (patch) | |
tree | 56ae9ee88bef295ad91810dc5d7ee6a765a9c240 /Documentation/ABI | |
parent | eaa3476a7ee27c9927531781c8b25365d77e3030 (diff) | |
download | linux-stable-2c5ff1f9a6240d7d2d0928021cb76e421d6aacaf.tar.gz linux-stable-2c5ff1f9a6240d7d2d0928021cb76e421d6aacaf.tar.bz2 linux-stable-2c5ff1f9a6240d7d2d0928021cb76e421d6aacaf.zip |
iio: Add modifier for UV light
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index 17a9210fa6b5..6fb9180e7661 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -1255,12 +1255,14 @@ Description: What: /sys/.../iio:deviceX/in_intensityY_raw What: /sys/.../iio:deviceX/in_intensityY_ir_raw What: /sys/.../iio:deviceX/in_intensityY_both_raw +What: /sys/.../iio:deviceX/in_intensityY_uv_raw KernelVersion: 3.4 Contact: linux-iio@vger.kernel.org Description: Unit-less light intensity. Modifiers both and ir indicate that measurements contains visible and infrared light - components or just infrared light, respectively. + components or just infrared light, respectively. Modifier uv indicates + that measurements contain ultraviolet light components. What: /sys/.../iio:deviceX/in_intensity_red_integration_time What: /sys/.../iio:deviceX/in_intensity_green_integration_time |