quirks: Adjust MacBookPro11,2 touchpad PalmSize
authorThomas Profitt <tomdprofitt@gmail.com>
Tue, 27 Nov 2018 22:14:07 +0000 (16:14 -0600)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 12 Dec 2018 04:35:20 +0000 (14:35 +1000)
The touchpad is 104mmx75mm, but an AttrPalmSizeThreshold of 800 is too
  aggressive, and even relatively-small fingers and thumbs register as
  palms sporadically, stopping the mouse until you lift your hand and try again.

1600 was chosen because it's the point at which my fingers and thumbs,
  held at a very low angle, stop registering as palms, so it should
  acommodate bigger fingers.

I don't know if the [Apple Touchpads USB] default of 800 needs to be
  updated too, or if it's a quirk of this particular touchpad.

(cherry picked from commit ad50a9478976c5cbbb3a7acdef1290925a0c41da)

quirks/50-system-apple.quirks

index 4da030b9922286e914b1cb4ea856cd15ee8aeb88..5ab31b2ff2b71ad796fbade9a86f2e2e72e3de3f 100644 (file)
@@ -52,3 +52,10 @@ MatchBus=usb
 MatchVendor=0x05AC
 MatchProduct=0x0237
 AttrPalmSizeThreshold=1000
+
+[Apple Laptop Touchpad (MacBookPro11,2 among others)]
+MatchUdevType=touchpad
+MatchBus=usb
+MatchVendor=0x5AC
+MatchProduct=0x0262
+AttrPalmSizeThreshold=1600