mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
universal7885: power: allow system to turn off touchscreen
* Also, remove nodes that are only effective when using interactive gorvernor
This commit is contained in:
parent
4a7980b5cc
commit
de632bfeed
1 changed files with 2 additions and 49 deletions
|
|
@ -1,40 +1,11 @@
|
||||||
{
|
{
|
||||||
"Nodes": [
|
"Nodes": [
|
||||||
{
|
|
||||||
"Name": "CPULittleClusterIOIsBusy",
|
|
||||||
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/interactive/io_is_busy",
|
|
||||||
"Values": [
|
|
||||||
"0",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"DefaultIndex": 0,
|
|
||||||
"ResetOnInit": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Name": "CPUBoostPulse",
|
|
||||||
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/interactive/boostpulse",
|
|
||||||
"Values": [
|
|
||||||
"0",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"DefaultIndex": 0,
|
|
||||||
"ResetOnInit": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Name": "CPUBigClusterIOIsBusy",
|
|
||||||
"Path": "/sys/devices/system/cpu/cpu6/cpufreq/interactive/io_is_busy",
|
|
||||||
"Values": [
|
|
||||||
"0",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"DefaultIndex": 0,
|
|
||||||
"ResetOnInit": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"Name": "TouchscreenEnable",
|
"Name": "TouchscreenEnable",
|
||||||
"Path": "/sys/class/sec/tsp/input/enabled",
|
"Path": "/sys/class/sec/tsp/input/enabled",
|
||||||
"Values": [
|
"Values": [
|
||||||
"1"
|
"1",
|
||||||
|
"0"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
|
@ -90,24 +61,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Actions": [
|
"Actions": [
|
||||||
{
|
|
||||||
"PowerHint": "INTERACTION",
|
|
||||||
"Node": "CPULittleClusterIOIsBusy",
|
|
||||||
"Duration": 0,
|
|
||||||
"Value": "1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"PowerHint": "INTERACTION",
|
|
||||||
"Node": "CPUBoostPulse",
|
|
||||||
"Duration": 0,
|
|
||||||
"Value": "1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"PowerHint": "INTERACTION",
|
|
||||||
"Node": "CPUBigClusterIOIsBusy",
|
|
||||||
"Duration": 0,
|
|
||||||
"Value": "1"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"PowerHint": "DOUBLE_TAP_TO_WAKE",
|
"PowerHint": "DOUBLE_TAP_TO_WAKE",
|
||||||
"Node": "DoubleTapToWakeEnable",
|
"Node": "DoubleTapToWakeEnable",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue