Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 209c4090 authored by Harry Cutts's avatar Harry Cutts Committed by David Lin
Browse files

Sony DualShock 4: disable palm edge zones

Bug: <272518665>
Test: compare responsiveness of pad edges with and without the change
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d969570a63feda83aadec3fb720587bdd44b9d2d)
Merged-In: I3c44dc74ecb740c0b598623f60b0727cd6ce383a
Change-Id: I3c44dc74ecb740c0b598623f60b0727cd6ce383a
24D1-dev is based on 24Q2-release. Therefore, we merged this CL to 24D1-dev.
parent 4a6a6fa4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -53,3 +53,9 @@ sensor.gyroscope.power = 0.8
# disable drumroll detection due to speed changes (by setting the speed change
# threshold very high, since there's no boolean control property).
gestureProp.Drumroll_Max_Speed_Change_Factor = 1000000000

# Because of the way this touchpad is positioned, touches around the edges are
# no more likely to be palms than ones in the middle, so remove the edge zones
# from the palm classifier to increase the usable area of the pad.
gestureProp.Palm_Edge_Zone_Width = 0
gestureProp.Tap_Exclusion_Border_Width = 0
+6 −0
Original line number Diff line number Diff line
@@ -53,3 +53,9 @@ sensor.gyroscope.power = 0.8
# disable drumroll detection due to speed changes (by setting the speed change
# threshold very high, since there's no boolean control property).
gestureProp.Drumroll_Max_Speed_Change_Factor = 1000000000

# Because of the way this touchpad is positioned, touches around the edges are
# no more likely to be palms than ones in the middle, so remove the edge zones
# from the palm classifier to increase the usable area of the pad.
gestureProp.Palm_Edge_Zone_Width = 0
gestureProp.Tap_Exclusion_Border_Width = 0