Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: ABI: sysfs-class-led-trigger-netdev: Add new modes and entry

Document newly introduced modes for the LED netdev trigger.

Add documentation for new modes:
- link_2500
- link_5000
- link_10000

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Link: https://lore.kernel.org/r/e72a6794639cf3881d698e1d34b456e747da1b95.1701143925.git.daniel@makrotopia.org
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Daniel Golle and committed by
Lee Jones
ee8bfb47 59b3e31e

+39
+39
Documentation/ABI/testing/sysfs-class-led-trigger-netdev
··· 114 114 speed of 1000Mbps of the named network device. 115 115 Setting this value also immediately changes the LED state. 116 116 117 + What: /sys/class/leds/<led>/link_2500 118 + Date: Nov 2023 119 + KernelVersion: 6.8 120 + Contact: linux-leds@vger.kernel.org 121 + Description: 122 + Signal the link speed state of 2500Mbps of the named network device. 123 + 124 + If set to 0 (default), the LED's normal state is off. 125 + 126 + If set to 1, the LED's normal state reflects the link state 127 + speed of 2500Mbps of the named network device. 128 + Setting this value also immediately changes the LED state. 129 + 130 + What: /sys/class/leds/<led>/link_5000 131 + Date: Nov 2023 132 + KernelVersion: 6.8 133 + Contact: linux-leds@vger.kernel.org 134 + Description: 135 + Signal the link speed state of 5000Mbps of the named network device. 136 + 137 + If set to 0 (default), the LED's normal state is off. 138 + 139 + If set to 1, the LED's normal state reflects the link state 140 + speed of 5000Mbps of the named network device. 141 + Setting this value also immediately changes the LED state. 142 + 143 + What: /sys/class/leds/<led>/link_10000 144 + Date: Nov 2023 145 + KernelVersion: 6.8 146 + Contact: linux-leds@vger.kernel.org 147 + Description: 148 + Signal the link speed state of 10000Mbps of the named network device. 149 + 150 + If set to 0 (default), the LED's normal state is off. 151 + 152 + If set to 1, the LED's normal state reflects the link state 153 + speed of 10000Mbps of the named network device. 154 + Setting this value also immediately changes the LED state. 155 + 117 156 What: /sys/class/leds/<led>/half_duplex 118 157 Date: Jun 2023 119 158 KernelVersion: 6.5