diff options
author | Haneen Mohammed <hamohammed.sa@gmail.com> | 2015-03-12 21:26:00 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-03-14 18:56:23 +0000 |
commit | 40dbbfb5e49c9317a24111bb71151090e8ea95e8 (patch) | |
tree | e8fd73f7c1dd914389e0464080533154482b5705 /Documentation | |
parent | 7d963215f6bedd268fa26aadd4ca4270e1076566 (diff) | |
download | op-kernel-dev-40dbbfb5e49c9317a24111bb71151090e8ea95e8.zip op-kernel-dev-40dbbfb5e49c9317a24111bb71151090e8ea95e8.tar.gz |
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')
-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 406b6106..6be17c2 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 |