sm6375-common: Drop DT2W from common tree
* It wasn't working anyways, and we're using custom sensors HAL to handle DT2W. Change-Id: Ic23bea4ebef2766bc5161c178fa1869e43e8b8b4
This commit is contained in:
parent
1c4218f9e2
commit
f58c3b584a
2 changed files with 0 additions and 17 deletions
|
@ -330,14 +330,6 @@
|
|||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "DoubleTapToWakeEnable",
|
||||
"Path": "/sys/class/sensors/dt-gesture/enable",
|
||||
"Values": [
|
||||
"1",
|
||||
"0"
|
||||
],
|
||||
},
|
||||
{
|
||||
"Name": "PowerHALMainState",
|
||||
"Path": "vendor.powerhal.state",
|
||||
|
@ -640,12 +632,6 @@
|
|||
"Duration": 5000,
|
||||
"Value": "1497600000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "DOUBLE_TAP_TO_WAKE",
|
||||
"Node": "DoubleTapToWakeEnable",
|
||||
"Duration": 0,
|
||||
"Value": "1"
|
||||
},
|
||||
{
|
||||
"PowerHint": "FIXED_PERFORMANCE",
|
||||
"Node": "CPUBigClusterMaxFreq",
|
||||
|
|
|
@ -359,7 +359,4 @@
|
|||
|
||||
<!-- Whether the new Auto Selection Network UI should be shown -->
|
||||
<bool name="config_enableNewAutoSelectNetworkUI">true</bool>
|
||||
|
||||
<!-- Whether device supports double tap to wake -->
|
||||
<bool name="config_supportDoubleTapWake">true</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue