Loading...
Note: File does not exist in v3.1.
1
2What: /sys/class/leds/<led>/multi_index
3Date: March 2020
4KernelVersion: 5.9
5Contact: Dan Murphy <dmurphy@ti.com>
6Description: read
7 The multi_index array, when read, will output the LED colors
8 as an array of strings as they are indexed in the
9 multi_intensity file.
10
11 For additional details please refer to
12 Documentation/leds/leds-class-multicolor.rst.
13
14What: /sys/class/leds/<led>/multi_intensity
15Date: March 2020
16KernelVersion: 5.9
17Contact: Dan Murphy <dmurphy@ti.com>
18Description: read/write
19 This file contains array of integers. Order of components is
20 described by the multi_index array. The maximum intensity should
21 not exceed /sys/class/leds/<led>/max_brightness.
22
23 For additional details please refer to
24 Documentation/leds/leds-class-multicolor.rst.