diff options
author | Haneen Mohammed <hamohammed.sa@gmail.com> | 2015-03-12 19:26:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-03-14 19:56:23 +0100 |
commit | 40dbbfb5e49c9317a24111bb71151090e8ea95e8 (patch) | |
tree | e8fd73f7c1dd914389e0464080533154482b5705 /Documentation/ABI | |
parent | iio: bmc150: introduce bmc150_accel_trigger (diff) | |
download | linux-40dbbfb5e49c9317a24111bb71151090e8ea95e8.tar.xz linux-40dbbfb5e49c9317a24111bb71151090e8ea95e8.zip |
iio : Add ABI documentation for thresh falling/rising value in accel
This patch adds ABI documentation entries for
in_accel_thresh_falling_value, and in_accel_thresh_rising_value in /events.
There is at least one user for these, lis3l02dq in accel.
Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index 406b610633b9..6be17c2c5c65 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -613,6 +613,8 @@ Description: a given event type is enabled a future point (and not those for whatever event was previously enabled). +What: /sys/.../events/in_accel_thresh_rising_value +What: /sys/.../events/in_accel_thresh_falling_value What: /sys/.../events/in_accel_x_raw_thresh_rising_value What: /sys/.../events/in_accel_x_raw_thresh_falling_value What: /sys/.../events/in_accel_y_raw_thresh_rising_value |