Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: powerhint: Enable DT2W hint

Change-Id: Ice21261583d89e0bbc9b0cc099f1125b3c7bd0a4
This commit is contained in:
Sugakesshaa 2024-06-14 14:10:13 +05:30 committed by Nick Reuter
commit ee9be9bc9a

View file

@ -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"
}
]
}