diff --git a/configs/powerhint.json b/configs/powerhint.json index 8fa1f39..7cfb77e 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -243,6 +243,24 @@ ], "ResetOnInit": true }, + { + "Name": "TouchscreenEnable", + "Path": "/sys/class/sec/tsp/input/enabled", + "Values": [ + "1", + "0" + ], + "ResetOnInit": true + }, + { + "Name": "DoubleTapToWakeEnable", + "Path": "/sys/class/sec/tsp/cmd", + "Values": [ + "aot_enable,0", + "aot_enable,1" + ], + "DefaultIndex": 0 + }, { "Name": "CPUBWHystTriggerCount", "Path": "/sys/devices/system/cpu/bus_dcvs/DDR/24091000.qcom,bwmon-ddr/hyst_trigger_count", @@ -629,6 +647,18 @@ "Duration": 0, "Value": "515000000" }, + { + "PowerHint": "INTERACTIVE", + "Node": "TouchscreenEnable", + "Duration": 0, + "Value": "1" + }, + { + "PowerHint": "DOUBLE_TAP_TO_WAKE", + "Node": "DoubleTapToWakeEnable", + "Duration": 0, + "Value": "aot_enable,1" + }, { "PowerHint": "Flipendo", "Node": "CPULittleClusterMaxFreq",