0001 What: /sys/class/leds/<led>/delay_on
0002 Date: Jun 2012
0003 KernelVersion: 3.6
0004 Contact: linux-leds@vger.kernel.org
0005 Description:
0006 Specifies for how many milliseconds the LED has to stay at
0007 LED_FULL brightness after it has been armed.
0008 Defaults to 100 ms.
0009
0010 What: /sys/class/leds/<led>/delay_off
0011 Date: Jun 2012
0012 KernelVersion: 3.6
0013 Contact: linux-leds@vger.kernel.org
0014 Description:
0015 Specifies for how many milliseconds the LED has to stay at
0016 LED_OFF brightness after it has been armed.
0017 Defaults to 100 ms.
0018
0019 What: /sys/class/leds/<led>/invert
0020 Date: Jun 2012
0021 KernelVersion: 3.6
0022 Contact: linux-leds@vger.kernel.org
0023 Description:
0024 Reverse the blink logic. If set to 0 (default) blink on for
0025 delay_on ms, then blink off for delay_off ms, leaving the LED
0026 normally off. If set to 1, blink off for delay_off ms, then
0027 blink on for delay_on ms, leaving the LED normally on.
0028 Setting this value also immediately changes the LED state.
0029
0030 What: /sys/class/leds/<led>/shot
0031 Date: Jun 2012
0032 KernelVersion: 3.6
0033 Contact: linux-leds@vger.kernel.org
0034 Description:
0035 Write any non-empty string to signal an events, this starts a
0036 blink sequence if not already running.