diff --git a/configs/power/powerhint.json b/configs/power/powerhint.json index a48225f..60f7c12 100644 --- a/configs/power/powerhint.json +++ b/configs/power/powerhint.json @@ -185,16 +185,6 @@ "Path": "vendor.powerhal.rendering", "Values": ["EXPENSIVE_RENDERING", ""], "Type": "Property" - }, - { - "Name": "DoubleTapToWake", - "Path": "/proc/gesture_function", - "Values": [ - "cc2", - "cc1" - ], - "DefaultIndex": 0, - "ResetOnInit": true } ], "Actions": [ @@ -353,12 +343,6 @@ "Node": "GPUBlockBoost", "Duration": 0, "Value": "50" - }, - { - "PowerHint": "DOUBLE_TAP_TO_WAKE", - "Node": "DoubleTapToWake", - "Duration": 0, - "Value": "cc1" } ] }