klte-common: Fix max panel brightness path
* The previous path worked only because of failsafe methods in the lights HAL. * Point the define to our actual max brightness path. Change-Id: Ic80ecaf4f26859a597f4fc29cd6f7143d4daac6a Signed-off-by: Paul Keith <javelinanddart@gmail.com>
This commit is contained in:
parent
5ea408ae71
commit
06544bfcaa
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
* device tree.
|
||||
*/
|
||||
#define PANEL_BRIGHTNESS_NODE "/sys/class/leds/lcd-backlight/brightness"
|
||||
#define PANEL_MAX_BRIGHTNESS_NODE "/sys/class/backlight/panel/max_brightness"
|
||||
#define PANEL_MAX_BRIGHTNESS_NODE "/sys/class/leds/lcd-backlight/max_brightness"
|
||||
#define BUTTON_BRIGHTNESS_NODE "/sys/class/sec/sec_touchkey/brightness"
|
||||
#define LED_BLINK_NODE "/sys/class/sec/led/led_blink"
|
||||
|
||||
|
|
Loading…
Reference in a new issue