LG8n: configs: powerhint: Change cc0 to cc2 for DT2w off state

Test by sending cc1 first to the dt2w node which should enable dt2w
then send cc0 which should turn it off but it doesn't
Sending cc2 disables dt2w, not cc0
Maybe this is why dt2w broken

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Shirayuki39 2024-08-13 15:36:45 +08:00
parent a2d234dc24
commit b1870db572

View file

@ -190,7 +190,7 @@
"Name": "DoubleTapToWake",
"Path": "/proc/gesture_function",
"Values": [
"cc0",
"cc2",
"cc1"
],
"DefaultIndex": 0,