Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: ABI: fix current_trigger description

Triggers exist under /sys/bus/iio/devices/, not under /sys/class/iio.
/sys/class/iio does not even exist. Use the current path.

Signed-off-by: Cosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Cosmin Tanislav and committed by
Jonathan Cameron
04bb8d0e 8b012728

+1 -1
+1 -1
Documentation/ABI/testing/sysfs-bus-iio
··· 1428 1428 Contact: linux-iio@vger.kernel.org 1429 1429 Description: 1430 1430 The name of the trigger source being used, as per string given 1431 - in /sys/class/iio/triggerY/name. 1431 + in /sys/bus/iio/devices/triggerY/name. 1432 1432 1433 1433 What: /sys/bus/iio/devices/iio:deviceX/bufferY/length 1434 1434 KernelVersion: 5.11