diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2014-02-05 11:54:00 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-05-03 06:40:53 -0400 |
commit | 065b055dce0cbc2c14fa602cf5ab9938b6a08793 (patch) | |
tree | a2a200bc868e5a63caf367bc37676286205ad021 /Documentation/ABI/testing/sysfs-bus-iio | |
parent | 474fe212e669b6c1698982041028f7727c879970 (diff) |
iio: Add intensity including ir and both modifiers to ABI documentation ex-post
intensity has been in use for a long time but never documented
it is beneficial to document what this is supposed to be
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-bus-iio')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index ca3d3b724efd..9669c1ff8491 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio | |||
@@ -895,6 +895,16 @@ Description: | |||
895 | on-chip EEPROM. After power-up or chip reset the device will | 895 | on-chip EEPROM. After power-up or chip reset the device will |
896 | automatically load the saved configuration. | 896 | automatically load the saved configuration. |
897 | 897 | ||
898 | What: /sys/.../iio:deviceX/in_intensityY_raw | ||
899 | What: /sys/.../iio:deviceX/in_intensityY_ir_raw | ||
900 | What: /sys/.../iio:deviceX/in_intensityY_both_raw | ||
901 | KernelVersion: 3.4 | ||
902 | Contact: linux-iio@vger.kernel.org | ||
903 | Description: | ||
904 | Unit-less light intensity. Modifiers both and ir indicate | ||
905 | that measurements contains visible and infrared light | ||
906 | components or just infrared light, respectively. | ||
907 | |||
898 | What: /sys/.../iio:deviceX/in_intensity_red_integration_time | 908 | What: /sys/.../iio:deviceX/in_intensity_red_integration_time |
899 | What: /sys/.../iio:deviceX/in_intensity_green_integration_time | 909 | What: /sys/.../iio:deviceX/in_intensity_green_integration_time |
900 | What: /sys/.../iio:deviceX/in_intensity_blue_integration_time | 910 | What: /sys/.../iio:deviceX/in_intensity_blue_integration_time |