1 What: /sys/class/leds/<led>/pattern 1 What: /sys/class/leds/<led>/pattern 2 Date: September 2018 2 Date: September 2018 3 KernelVersion: 4.20 3 KernelVersion: 4.20 4 Description: 4 Description: 5 Specify a software pattern for 5 Specify a software pattern for the LED, that supports altering 6 the brightness for the specifi 6 the brightness for the specified duration with one software 7 timer. It can do gradual dimmi 7 timer. It can do gradual dimming and step change of brightness. 8 8 9 The pattern is given by a seri 9 The pattern is given by a series of tuples, of brightness and 10 duration (ms). 10 duration (ms). 11 11 12 The exact format is described 12 The exact format is described in: 13 Documentation/devicetree/bindi 13 Documentation/devicetree/bindings/leds/leds-trigger-pattern.txt 14 14 15 What: /sys/class/leds/<led>/hr_patte << 16 Date: April 2024 << 17 Description: << 18 Specify a software pattern for << 19 the brightness for the specifi << 20 timer. It can do gradual dimmi << 21 << 22 Unlike the /sys/class/leds/<le << 23 a pattern on high-resolution t << 24 << 25 What: /sys/class/leds/<led>/hw_patte 15 What: /sys/class/leds/<led>/hw_pattern 26 Date: September 2018 16 Date: September 2018 27 KernelVersion: 4.20 17 KernelVersion: 4.20 28 Description: 18 Description: 29 Specify a hardware pattern for 19 Specify a hardware pattern for the LED, for LED hardware that 30 supports autonomously controll 20 supports autonomously controlling brightness over time, according 31 to some preprogrammed hardware 21 to some preprogrammed hardware patterns. It deactivates any active 32 software pattern. 22 software pattern. 33 23 34 Since different LED hardware c 24 Since different LED hardware can have different semantics of 35 hardware patterns, each driver 25 hardware patterns, each driver is expected to provide its own 36 description for the hardware p !! 26 description for the hardware patterns in their ABI documentation 37 file at Documentation/leds/. !! 27 file. 38 28 39 What: /sys/class/leds/<led>/repeat 29 What: /sys/class/leds/<led>/repeat 40 Date: September 2018 30 Date: September 2018 41 KernelVersion: 4.20 31 KernelVersion: 4.20 42 Description: 32 Description: 43 Specify a pattern repeat numbe 33 Specify a pattern repeat number. -1 means repeat indefinitely, 44 other negative numbers and num 34 other negative numbers and number 0 are invalid. 45 35 46 This file will always return t 36 This file will always return the originally written repeat 47 number. 37 number. 48 << 49 It should be noticed that some << 50 only support indefinitely patt <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.