sweet: Set double_tap mode via powerhint

Change-Id: Icd035962d289996feb76ddeaf02bf1843bd9d64a
This commit is contained in:
Edwin Moquete 2022-04-24 19:33:22 +00:00 committed by basamaryan
parent c26b57ac9f
commit b852fd9530
No known key found for this signature in database
GPG Key ID: 707BA6C82329E8F9

View File

@ -256,6 +256,14 @@
],
"ResetOnInit": true
},
{
"Name": "DoubleTapToWakeEnable",
"Path": "/sys/devices/virtual/touch/touch_dev/double_tap",
"Values": [
"1",
"0"
],
},
{
"Name": "PowerHALMainState",
"Path": "vendor.powerhal.state",
@ -488,6 +496,12 @@
"Node": "PMQoSCpuDmaLatency",
"Duration": 2000,
"Value": "44"
},
{
"PowerHint": "DOUBLE_TAP_TO_WAKE",
"Node": "DoubleTapToWakeEnable",
"Duration": 0,
"Value": "1"
}
]
}