From ee9be9bc9a282904e9b0b30115353b6ee9b62240 Mon Sep 17 00:00:00 2001 From: Sugakesshaa Date: Fri, 14 Jun 2024 14:10:13 +0530 Subject: [PATCH] dre: powerhint: Enable DT2W hint Change-Id: Ice21261583d89e0bbc9b0cc099f1125b3c7bd0a4 --- configs/powerhint.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ] }