hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/Documentation/ABI/testing/sysfs-class-led-trigger-netdev
....@@ -19,10 +19,13 @@
1919 Contact: linux-leds@vger.kernel.org
2020 Description:
2121 Signal the link state of the named network device.
22
+
2223 If set to 0 (default), the LED's normal state is off.
24
+
2325 If set to 1, the LED's normal state reflects the link state
2426 of the named network device.
2527 Setting this value also immediately changes the LED state.
28
+
2629
2730 What: /sys/class/leds/<led>/tx
2831 Date: Dec 2017
....@@ -30,7 +33,9 @@
3033 Contact: linux-leds@vger.kernel.org
3134 Description:
3235 Signal transmission of data on the named network device.
36
+
3337 If set to 0 (default), the LED will not blink on transmission.
38
+
3439 If set to 1, the LED will blink for the milliseconds specified
3540 in interval to signal transmission.
3641
....@@ -40,6 +45,8 @@
4045 Contact: linux-leds@vger.kernel.org
4146 Description:
4247 Signal reception of data on the named network device.
48
+
4349 If set to 0 (default), the LED will not blink on reception.
50
+
4451 If set to 1, the LED will blink for the milliseconds specified
4552 in interval to signal reception.