diff options
author | Vlad Dogaru <vlad.dogaru@intel.com> | 2014-10-13 09:53:00 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-10-22 15:28:17 -0400 |
commit | c22e15f352066e8ee4d662f4a721c2fd10590f81 (patch) | |
tree | 94769d7553b7d2d60e1c039572c006a55793acf4 /Documentation/ABI | |
parent | 8552befa3086589876032d5e1ce5797ae2bb684b (diff) |
iio: add ABI documentation for scaled pressure
Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index 1ac9ac20f530..5a7fc666b07e 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio | |||
@@ -200,6 +200,13 @@ Description: | |||
200 | Raw pressure measurement from channel Y. Units after | 200 | Raw pressure measurement from channel Y. Units after |
201 | application of scale and offset are kilopascal. | 201 | application of scale and offset are kilopascal. |
202 | 202 | ||
203 | What: /sys/bus/iio/devices/iio:deviceX/in_pressureY_input | ||
204 | What: /sys/bus/iio/devices/iio:deviceX/in_pressure_input | ||
205 | KernelVersion: 3.8 | ||
206 | Contact: linux-iio@vger.kernel.org | ||
207 | Description: | ||
208 | Scaled pressure measurement from channel Y, in kilopascal. | ||
209 | |||
203 | What: /sys/bus/iio/devices/iio:deviceX/in_humidityrelative_raw | 210 | What: /sys/bus/iio/devices/iio:deviceX/in_humidityrelative_raw |
204 | KernelVersion: 3.14 | 211 | KernelVersion: 3.14 |
205 | Contact: linux-iio@vger.kernel.org | 212 | Contact: linux-iio@vger.kernel.org |