diff --git a/configs/powerhint.json b/configs/powerhint.json index 0710d82..2850332 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -261,6 +261,14 @@ "" ], "Type": "Property" + }, + { + "Name": "DoubleTapToWake", + "Path": "/proc/touchpanel/double_tap_enable", + "Values": [ + "1", + "0" + ] } ], "Actions": [ @@ -539,6 +547,12 @@ "Node": "CPUBigClusterMaxFreq", "Duration": 0, "Value": "1516800" + }, + { + "PowerHint": "DOUBLE_TAP_TO_WAKE", + "Node": "DoubleTapToWake", + "Duration": 0, + "Value": "1" } ] }