mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-24 16:00:40 +01:00
quirks: Add Apple Magic Trackpad v2 2024
Add similar quirks to the previous generations. Closes: https://gitlab.freedesktop.org/libinput/libinput/-/issues/1080 Signed-off-by: José Expósito <jose.exposito89@gmail.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1131>
This commit is contained in:
parent
e74d174744
commit
3f4abaf77e
1 changed files with 9 additions and 0 deletions
|
|
@ -75,6 +75,15 @@ AttrPalmSizeThreshold=900
|
|||
AttrThumbSizeThreshold=800
|
||||
AttrPalmPressureThreshold=190
|
||||
|
||||
[Apple Magic Trackpad v2 USB C or Bluetooth (2024)]
|
||||
MatchVendor=0x004C
|
||||
MatchProduct=0x0324
|
||||
AttrSizeHint=162x115
|
||||
AttrTouchSizeRange=20:10
|
||||
AttrPressureRange=3:0
|
||||
AttrPalmSizeThreshold=900
|
||||
AttrThumbSizeThreshold=700
|
||||
|
||||
[Apple Touchpad OneButton]
|
||||
MatchUdevType=touchpad
|
||||
MatchBus=usb
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue