xref: /linux/Documentation/ABI/testing/sysfs-class-led-trigger-tty (revision 5b755ca677dba117063c6fd8d7ce21b67376deba)
1fd4a641aSUwe Kleine-KönigWhat:		/sys/class/leds/<led>/ttyname
2fd4a641aSUwe Kleine-KönigDate:		Dec 2020
3fd4a641aSUwe Kleine-KönigKernelVersion:	5.10
4fd4a641aSUwe Kleine-KönigContact:	linux-leds@vger.kernel.org
5fd4a641aSUwe Kleine-KönigDescription:
6fd4a641aSUwe Kleine-König		Specifies the tty device name of the triggering tty
7*5b755ca6SFlorian Eckert
8*5b755ca6SFlorian EckertWhat:		/sys/class/leds/<led>/rx
9*5b755ca6SFlorian EckertDate:		February 2024
10*5b755ca6SFlorian EckertKernelVersion:	6.8
11*5b755ca6SFlorian EckertDescription:
12*5b755ca6SFlorian Eckert		Signal reception (rx) of data on the named tty device.
13*5b755ca6SFlorian Eckert		If set to 0, the LED will not blink on reception.
14*5b755ca6SFlorian Eckert		If set to 1 (default), the LED will blink on reception.
15*5b755ca6SFlorian Eckert
16*5b755ca6SFlorian EckertWhat:		/sys/class/leds/<led>/tx
17*5b755ca6SFlorian EckertDate:		February 2024
18*5b755ca6SFlorian EckertKernelVersion:	6.8
19*5b755ca6SFlorian EckertDescription:
20*5b755ca6SFlorian Eckert		Signal transmission (tx) of data on the named tty device.
21*5b755ca6SFlorian Eckert		If set to 0, the LED will not blink on transmission.
22*5b755ca6SFlorian Eckert		If set to 1 (default), the LED will blink on transmission.
23