diff options
author | Harald Geyer <harald@ccbib.org> | 2013-12-01 10:08:00 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-12-03 15:22:29 -0500 |
commit | ac216aa290c48a5e9d7b9f2473abb977a175683a (patch) | |
tree | 9292b2f5794f8620eb19cc6c0f6f34be04b77fd5 /Documentation/ABI | |
parent | 6f93910ebae3f0ca4c0db1ba098d1635618b9c2f (diff) |
iio: Add support for humidity sensors
There are already humidity sensors in the hwmon subsystem,
so we use their unit (milli percent) here as well.
Signed-off-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index b20e829d350f..6e02c5029152 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio | |||
@@ -197,6 +197,19 @@ Description: | |||
197 | Raw pressure measurement from channel Y. Units after | 197 | Raw pressure measurement from channel Y. Units after |
198 | application of scale and offset are kilopascal. | 198 | application of scale and offset are kilopascal. |
199 | 199 | ||
200 | What: /sys/bus/iio/devices/iio:deviceX/in_humidityrelative_raw | ||
201 | KernelVersion: 3.14 | ||
202 | Contact: linux-iio@vger.kernel.org | ||
203 | Description: | ||
204 | Raw humidity measurement of air. Units after application of | ||
205 | scale and offset are milli percent. | ||
206 | |||
207 | What: /sys/bus/iio/devices/iio:deviceX/in_humidityrelative_input | ||
208 | KernelVersion: 3.14 | ||
209 | Contact: linux-iio@vger.kernel.org | ||
210 | Description: | ||
211 | Scaled humidity measurement in milli percent. | ||
212 | |||
200 | What: /sys/bus/iio/devices/iio:deviceX/in_accel_offset | 213 | What: /sys/bus/iio/devices/iio:deviceX/in_accel_offset |
201 | What: /sys/bus/iio/devices/iio:deviceX/in_accel_x_offset | 214 | What: /sys/bus/iio/devices/iio:deviceX/in_accel_x_offset |
202 | What: /sys/bus/iio/devices/iio:deviceX/in_accel_y_offset | 215 | What: /sys/bus/iio/devices/iio:deviceX/in_accel_y_offset |