diff options
author | Ricardo Ribalda <ribalda@chromium.org> | 2024-11-01 08:46:29 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-11-03 21:33:43 +0100 |
commit | 9d2fe9cd02ca5f1e70a7eff0262fb3668a27db0c (patch) | |
tree | 04598293bfb1feaaebe19d5b89ef6f16a8475025 /Documentation/ABI/testing/sysfs-bus-iio | |
parent | iio: hid-sensors-prox: Factor-in hid_sensor_push_data (diff) | |
download | linux-9d2fe9cd02ca5f1e70a7eff0262fb3668a27db0c.tar.xz linux-9d2fe9cd02ca5f1e70a7eff0262fb3668a27db0c.zip |
iio: Add channel type for attention
Add a new channel type representing if the user's attention state to the
the system. This usually means if the user is looking at the screen or
not.
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Link: https://patch.msgid.link/20241101-hpd-v3-3-e9c80b7c7164@chromium.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-bus-iio')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index 9641dd2a1e4b..f83bd6829285 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -2363,3 +2363,11 @@ KernelVersion: 6.10 Contact: linux-iio@vger.kernel.org Description: The value of current sense resistor in Ohms. + +What: /sys/.../iio:deviceX/in_attention_input +KernelVersion: 6.13 +Contact: linux-iio@vger.kernel.org +Description: + Value representing the user's attention to the system expressed + in units as percentage. This usually means if the user is + looking at the screen or not. |