| What: /sys/class/backlight/<backlight>/bl_power |
| Contact: Richard Purdie <rpurdie@rpsys.net> |
| Control BACKLIGHT power, values are FB_BLANK_* from fb.h |
| - FB_BLANK_UNBLANK (0) : power on. |
| - FB_BLANK_POWERDOWN (4) : power off |
| What: /sys/class/backlight/<backlight>/brightness |
| Contact: Richard Purdie <rpurdie@rpsys.net> |
| Control the brightness for this <backlight>. Values |
| are between 0 and max_brightness. This file will also |
| show the brightness level stored in the driver, which |
| may not be the actual brightness (see actual_brightness). |
| What: /sys/class/backlight/<backlight>/actual_brightness |
| Contact: Richard Purdie <rpurdie@rpsys.net> |
| Show the actual brightness by querying the hardware. |
| What: /sys/class/backlight/<backlight>/max_brightness |
| Contact: Richard Purdie <rpurdie@rpsys.net> |
| Maximum brightness for <backlight>. |