dre: powerhint: Enable DT2W hint
Change-Id: Ice21261583d89e0bbc9b0cc099f1125b3c7bd0a4
This commit is contained in:
parent
fa8e233ac0
commit
ee9be9bc9a
1 changed files with 14 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue