LG8n: powerhint: Add DT2W

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Georg Veichtlbauer 2024-07-26 01:30:24 +08:00 committed by Shirayuki39
parent c1a8129b34
commit d987c60bc8
2 changed files with 17 additions and 1 deletions

View file

@ -143,7 +143,7 @@ TARGET_BOARD_PLATFORM := mt6789
BOARD_HAS_MTK_HARDWARE := true
# Power
TARGET_TAP_TO_WAKE_NODE := /proc/gesture_function
TARGET_TAP_TO_WAKE_NODE :=
TARGET_POWERHAL_MODE_EXT := $(DEVICE_PATH)/power/power-mode.cpp
# Properties

View file

@ -185,6 +185,16 @@
"Path": "vendor.mediatek.powerhal.rendering",
"Values": ["EXPENSIVE_RENDERING", ""],
"Type": "Property"
},
{
"Name": "DoubleTapToWake",
"Path": "/proc/gesture_function",
"Values": [
"0",
"1"
],
"DefaultIndex": 0,
"ResetOnInit": true
}
],
"Actions": [
@ -325,6 +335,12 @@
"Node": "GPUBlockBoost",
"Duration": 0,
"Value": "50"
},
{
"PowerHint": "DOUBLE_TAP_TO_WAKE",
"Node": "DoubleTapToWake",
"Duration": 0,
"Value": "1"
}
]
}