sysfs-class-led-multicolor 778 B

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