mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-01 04:17:56 +02:00
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.
61 lines
1.3 KiB
Text
61 lines
1.3 KiB
Text
# Do not edit this file, it will be overwritten on update
|
|
|
|
[Apple Touchpads USB]
|
|
MatchVendor=0x05AC
|
|
MatchBus=usb
|
|
MatchUdevType=touchpad
|
|
ModelAppleTouchpad=1
|
|
AttrSizeHint=104x75
|
|
AttrTouchSizeRange=150:130
|
|
AttrPalmSizeThreshold=800
|
|
|
|
[Apple Touchpads Bluetooth]
|
|
MatchVendor=0x05AC
|
|
MatchBus=bluetooth
|
|
MatchUdevType=touchpad
|
|
ModelAppleTouchpad=1
|
|
|
|
[Apple Internal Keyboard]
|
|
MatchName=*Apple Inc. Apple Internal Keyboard*
|
|
AttrKeyboardIntegration=internal
|
|
|
|
# The Apple MagicMouse has a touchpad built-in but the kernel still
|
|
# emulates a full 2/3 button mouse for us. Ignore anything from the
|
|
# ABS interface
|
|
[Apple MagicMouse]
|
|
MatchUdevType=mouse
|
|
MatchBus=bluetooth
|
|
MatchVendor=0x05AC
|
|
MatchProduct=0x030D
|
|
AttrEventCodeDisable=EV_ABS
|
|
|
|
[Apple Magic Trackpad v1 (2010, clickpad)]
|
|
MatchUdevType=touchpad
|
|
MatchBus=bluetooth
|
|
MatchVendor=0x5AC
|
|
MatchProduct=0x030E
|
|
AttrSizeHint=130x110
|
|
AttrTouchSizeRange=20:10
|
|
AttrPalmSizeThreshold=900
|
|
AttrThumbSizeThreshold=700
|
|
|
|
[Apple Touchpad OneButton]
|
|
MatchUdevType=touchpad
|
|
MatchBus=usb
|
|
MatchVendor=0x5AC
|
|
MatchProduct=0x021A
|
|
ModelAppleTouchpadOneButton=1
|
|
|
|
[Apple Touchpad MacbookPro5,5]
|
|
MatchUdevType=touchpad
|
|
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
|