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:
Zhao Wei Liew 2016-12-09 23:41:07 +08:00 committed by Paul Keith
parent 5ea408ae71
commit 06544bfcaa
1 changed files with 1 additions and 1 deletions

View File

@ -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"