diff --git a/configs/power/powerhint.json b/configs/power/powerhint.json index c51b0d8..baa2bee 100644 --- a/configs/power/powerhint.json +++ b/configs/power/powerhint.json @@ -256,6 +256,14 @@ ], "ResetOnInit": true }, + { + "Name": "DoubleTapToWakeEnable", + "Path": "/sys/devices/virtual/touch/touch_dev/double_tap", + "Values": [ + "1", + "0" + ], + }, { "Name": "PowerHALMainState", "Path": "vendor.powerhal.state", @@ -488,6 +496,12 @@ "Node": "PMQoSCpuDmaLatency", "Duration": 2000, "Value": "44" + }, + { + "PowerHint": "DOUBLE_TAP_TO_WAKE", + "Node": "DoubleTapToWakeEnable", + "Duration": 0, + "Value": "1" } ] }