Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) What:		/sys/class/leds/<led>/delay_on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) Date:		Jun 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) KernelVersion:	3.6
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) Contact:	linux-leds@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 		Specifies for how many milliseconds the LED has to stay at
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 		LED_FULL brightness after it has been armed.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 		Defaults to 100 ms.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) What:		/sys/class/leds/<led>/delay_off
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) Date:		Jun 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) KernelVersion:	3.6
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) Contact:	linux-leds@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 		Specifies for how many milliseconds the LED has to stay at
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 		LED_OFF brightness after it has been armed.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 		Defaults to 100 ms.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) What:		/sys/class/leds/<led>/invert
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) Date:		Jun 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) KernelVersion:	3.6
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) Contact:	linux-leds@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 		Reverse the blink logic. If set to 0 (default) blink on for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 		delay_on ms, then blink off for delay_off ms, leaving the LED
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 		normally off. If set to 1, blink off for delay_off ms, then
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 		blink on for delay_on ms, leaving the LED normally on.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 		Setting this value also immediately changes the LED state.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) What:		/sys/class/leds/<led>/shot
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) Date:		Jun 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) KernelVersion:	3.6
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) Contact:	linux-leds@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 		Write any non-empty string to signal an events, this starts a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 		blink sequence if not already running.