1 What: /sys/class/leds/<led>/device_name
4 Contact: linux-leds@vger.kernel.org
6 Specifies the network device name to monitor.
8 What: /sys/class/leds/<led>/interval
11 Contact: linux-leds@vger.kernel.org
13 Specifies the duration of the LED blink in milliseconds.
16 What: /sys/class/leds/<led>/link
19 Contact: linux-leds@vger.kernel.org
21 Signal the link state of the named network device.
23 If set to 0 (default), the LED's normal state is off.
25 If set to 1, the LED's normal state reflects the link state
26 of the named network device.
27 Setting this value also immediately changes the LED state.
30 What: /sys/class/leds/<led>/tx
33 Contact: linux-leds@vger.kernel.org
35 Signal transmission of data on the named network device.
37 If set to 0 (default), the LED will not blink on transmission.
39 If set to 1, the LED will blink for the milliseconds specified
40 in interval to signal transmission.
42 What: /sys/class/leds/<led>/rx
45 Contact: linux-leds@vger.kernel.org
47 Signal reception of data on the named network device.
49 If set to 0 (default), the LED will not blink on reception.
51 If set to 1, the LED will blink for the milliseconds specified
52 in interval to signal reception.