1What:		/sys/class/leds/<led>/ttyname
2Date:		Dec 2020
3KernelVersion:	5.10
4Contact:	[email protected]
5Description:
6		Specifies the tty device name of the triggering tty
7
8What:		/sys/class/leds/<led>/rx
9Date:		February 2024
10KernelVersion:	6.8
11Description:
12		Signal reception (rx) of data on the named tty device.
13		If set to 0, the LED will not blink on reception.
14		If set to 1 (default), the LED will blink on reception.
15
16What:		/sys/class/leds/<led>/tx
17Date:		February 2024
18KernelVersion:	6.8
19Description:
20		Signal transmission (tx) of data on the named tty device.
21		If set to 0, the LED will not blink on transmission.
22		If set to 1 (default), the LED will blink on transmission.
23