mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
Revert "universal7885: switch to using AOD DT2W"
Revert Reason: Not working for us This reverts commit a9cca3f689375590f67aed35d9076b0a6ded2766.
This commit is contained in:
parent
ece023aaed
commit
a6074c2603
1 changed files with 3 additions and 3 deletions
|
|
@ -42,8 +42,8 @@
|
||||||
"Name": "DoubleTapToWakeEnable",
|
"Name": "DoubleTapToWakeEnable",
|
||||||
"Path": "/sys/class/sec/tsp/cmd",
|
"Path": "/sys/class/sec/tsp/cmd",
|
||||||
"Values": [
|
"Values": [
|
||||||
"aod_enable,0",
|
"aot_enable,0",
|
||||||
"set_aod_rect,720,1560,0,0",
|
"aot_enable,1"
|
||||||
],
|
],
|
||||||
"DefaultIndex": 0,
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": false
|
"ResetOnInit": false
|
||||||
|
|
@ -112,7 +112,7 @@
|
||||||
"PowerHint": "DOUBLE_TAP_TO_WAKE",
|
"PowerHint": "DOUBLE_TAP_TO_WAKE",
|
||||||
"Node": "DoubleTapToWakeEnable",
|
"Node": "DoubleTapToWakeEnable",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "set_aod_rect,720,1560,0,0"
|
"Value": "aot_enable,1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "AUDIO_STREAMING_LOW_LATENCY",
|
"PowerHint": "AUDIO_STREAMING_LOW_LATENCY",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue