mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 22:23:55 +00:00
6c1b4524bf
Hardware offset available as calibscale sysfs attributes are real physical values exprimed in SI units. calibscale_available sysfs attributes represents the range of acceptable values. Signed-off-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
21 lines
981 B
Plaintext
21 lines
981 B
Plaintext
What: /sys/bus/iio/devices/iio:deviceX/in_accel_x_calibbias
|
|
What: /sys/bus/iio/devices/iio:deviceX/in_accel_y_calibbias
|
|
What: /sys/bus/iio/devices/iio:deviceX/in_accel_z_calibbias
|
|
What: /sys/bus/iio/devices/iio:deviceX/in_anglvel_x_calibbias
|
|
What: /sys/bus/iio/devices/iio:deviceX/in_anglvel_y_calibbias
|
|
What: /sys/bus/iio/devices/iio:deviceX/in_anglvel_z_calibbias
|
|
KernelVersion: 5.8
|
|
Contact: linux-iio@vger.kernel.org
|
|
Description:
|
|
Hardware applied calibration offset (assumed to fix production
|
|
inaccuracies). Values represent a real physical offset expressed
|
|
in SI units (m/s^2 for accelerometer and rad/s for gyroscope).
|
|
|
|
What: /sys/bus/iio/devices/iio:deviceX/in_accel_calibbias_available
|
|
What: /sys/bus/iio/devices/iio:deviceX/in_anglvel_calibbias_available
|
|
KernelVersion: 5.8
|
|
Contact: linux-iio@vger.kernel.org
|
|
Description:
|
|
Range of available values for hardware offset. Values in SI
|
|
units (m/s^2 for accelerometer and rad/s for gyroscope).
|