summaryrefslogtreecommitdiff
path: root/Documentation/ABI/testing/sysfs-class-led-trigger-tty
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15leds: trigger: implement a tty triggerUwe Kleine-König1-0/+6
Usage is as follows: myled=ledname tty=ttyS0 echo tty > /sys/class/leds/$myled/trigger echo $tty > /sys/class/leds/$myled/ttyname . When this new trigger is active it periodically checks the tty's statistics and when it changed since the last check the led is flashed once. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.kernel.org/r/20210113173018.bq2fkea2o3yp6rf6@pengutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>