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:
Anand S 2025-01-15 15:35:30 +05:30
parent 1c4218f9e2
commit f58c3b584a
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
2 changed files with 0 additions and 17 deletions

View file

@ -330,14 +330,6 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "DoubleTapToWakeEnable",
"Path": "/sys/class/sensors/dt-gesture/enable",
"Values": [
"1",
"0"
],
},
{ {
"Name": "PowerHALMainState", "Name": "PowerHALMainState",
"Path": "vendor.powerhal.state", "Path": "vendor.powerhal.state",
@ -640,12 +632,6 @@
"Duration": 5000, "Duration": 5000,
"Value": "1497600000" "Value": "1497600000"
}, },
{
"PowerHint": "DOUBLE_TAP_TO_WAKE",
"Node": "DoubleTapToWakeEnable",
"Duration": 0,
"Value": "1"
},
{ {
"PowerHint": "FIXED_PERFORMANCE", "PowerHint": "FIXED_PERFORMANCE",
"Node": "CPUBigClusterMaxFreq", "Node": "CPUBigClusterMaxFreq",

View file

@ -359,7 +359,4 @@
<!-- Whether the new Auto Selection Network UI should be shown --> <!-- Whether the new Auto Selection Network UI should be shown -->
<bool name="config_enableNewAutoSelectNetworkUI">true</bool> <bool name="config_enableNewAutoSelectNetworkUI">true</bool>
<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">true</bool>
</resources> </resources>