hwdb: change definition of PROXIMITY_NEAR_LEVEL for sensors
authorPhilipp Jungkamp <p.jungkamp@gmx.net>
Wed, 21 Dec 2022 11:43:49 +0000 (12:43 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 21 Dec 2022 20:31:04 +0000 (05:31 +0900)
commit71a639db68b0890b1f25f4b18ddf5c4b33e1f23f
treec30ec3e061647298437ed39abedcb75b440e777f
parent09ed55c26d15401a893b52d4845414edab16f740
hwdb: change definition of PROXIMITY_NEAR_LEVEL for sensors

The [kernel documentation][0] for the in_proximity_nearlevel sysfs
attribute on iio proximity devices states:

    If the value read from the sensor is above or equal to the value in
    this file an object should typically be considered near.

Meaning a 'greater than or equal to' comparison.

Make the documentation comment in 60-sensors.hwdb suggest a
greater-or-equal rather than a strict greater-than comparison.

[0]: https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-bus-iio-proximity

Fixes #25793
hwdb.d/60-sensor.hwdb