diff --git a/configs/powerhint.json b/configs/powerhint.json index 05a6cee..8937118 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -105,6 +105,15 @@ ], "ResetOnInit": true }, + { + "Name": "LightSensorEnable", + "Path": "/sys/class/sensors/light_sensor/lcd_onoff", + "Values": [ + "1", + "0" + ], + "ResetOnInit": true + }, { "Name": "DoubleTapToWakeEnable", "Path": "/sys/class/sec/tsp/cmd", @@ -368,6 +377,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "INTERACTIVE", + "Node": "LightSensorEnable", + "Duration": 0, + "Value": "1" + }, { "PowerHint": "DOUBLE_TAP_TO_WAKE", "Node": "DoubleTapToWakeEnable",