diff options
author | Roberta Dobrescu <roberta.dobrescu@gmail.com> | 2014-10-24 22:41:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-10-25 10:48:05 +0100 |
commit | ed56330df215b014c45940cceb97590d283b865f (patch) | |
tree | d9c943d2850b3dc4f1094ebf5ad76aeabd4f51a6 /Documentation | |
parent | iio: Add ABI documentation for offset and scaled humidity (diff) | |
download | linux-dev-ed56330df215b014c45940cceb97590d283b865f.tar.xz linux-dev-ed56330df215b014c45940cceb97590d283b865f.zip |
iio: Add ABI documentation for RGBC intensity hardware gain factor
This patch adds documentation for RGBC in_intensity_*_hardwaregain.
There is at least one user for these, ADJD-S311-CR999 digital color sensor
driver.
Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index d9dd70f591ab..ea7e7abbbdf4 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -337,6 +337,10 @@ Description: are listed in this attribute. What /sys/bus/iio/devices/iio:deviceX/out_voltageY_hardwaregain +What: /sys/bus/iio/devices/iio:deviceX/in_intensity_red_hardwaregain +What: /sys/bus/iio/devices/iio:deviceX/in_intensity_green_hardwaregain +What: /sys/bus/iio/devices/iio:deviceX/in_intensity_blue_hardwaregain +What: /sys/bus/iio/devices/iio:deviceX/in_intensity_clear_hardwaregain KernelVersion: 2.6.35 Contact: linux-iio@vger.kernel.org Description: |