mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 22:44:27 +08:00
ed66bcd067
On those three files, the ABI representation described at README are violated. - at sysfs-bus-iio-proximity-as3935: a ':' character is missing after "What" - at sysfs-class-devfreq: there's a typo at Description - at sysfs-class-cxl, it is using the ":" character at a file preamble, causing it to be misinterpreted as a tag. - On the other files, instead of "What", they use "Where". Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Andrew Donnellan <ajd@linux.ibm.com> # cxl Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
23 lines
741 B
Plaintext
23 lines
741 B
Plaintext
What: /sys/bus/iio/devices/iio:deviceX/sensor_sensitivity
|
|
Date: January 2017
|
|
KernelVersion: 4.11
|
|
Contact: linux-iio@vger.kernel.org
|
|
Description:
|
|
Show or set the gain boost of the amp, from 0-31 range.
|
|
default 31
|
|
|
|
What: /sys/bus/iio/devices/iio:deviceX/sensor_max_range
|
|
Date: January 2017
|
|
KernelVersion: 4.11
|
|
Contact: linux-iio@vger.kernel.org
|
|
Description:
|
|
Show or set the maximum range between the sensor and the
|
|
first object echoed in meters. Default value is 6.020.
|
|
This setting limits the time the driver is waiting for a
|
|
echo.
|
|
Showing the range of available values is represented as the
|
|
minimum value, the step and the maximum value, all enclosed
|
|
in square brackets.
|
|
Example:
|
|
[0.043 0.043 11.008]
|