forked from Minki/linux
2704e30014
Example: $ cat '/sys/bus/iio/devices/iio:device0/out_resistance_raw_available' [0 1 256] Meaning: min 0, step 1 and max 256. Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
9 lines
314 B
Plaintext
9 lines
314 B
Plaintext
What: /sys/bus/iio/devices/iio:deviceX/out_resistance_raw_available
|
|
Date: October 2016
|
|
KernelVersion: 4.9
|
|
Contact: Peter Rosin <peda@axentia.se>
|
|
Description:
|
|
The range of available values represented as the minimum value,
|
|
the step and the maximum value, all enclosed in square brackets.
|
|
Example: [0 1 256]
|