1 What: /sys/class/leds/<led>/delay_on
4 Contact: linux-leds@vger.kernel.org
6 Specifies for how many milliseconds the LED has to stay at
7 LED_FULL brightness after it has been armed.
10 What: /sys/class/leds/<led>/delay_off
13 Contact: linux-leds@vger.kernel.org
15 Specifies for how many milliseconds the LED has to stay at
16 LED_OFF brightness after it has been armed.
19 What: /sys/class/leds/<led>/invert
22 Contact: linux-leds@vger.kernel.org
24 Reverse the blink logic. If set to 0 (default) blink on for
25 delay_on ms, then blink off for delay_off ms, leaving the LED
26 normally off. If set to 1, blink off for delay_off ms, then
27 blink on for delay_on ms, leaving the LED normally on.
28 Setting this value also immediately changes the LED state.
30 What: /sys/class/leds/<led>/shot
33 Contact: linux-leds@vger.kernel.org
35 Write any non-empty string to signal an events, this starts a
36 blink sequence if not already running.