mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 13:50:08 +01:00
quirks: Add Apple Magic Trackpad v2 USB-C (2024)
Add the missing USB-C vendor ID. 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/1134>
This commit is contained in:
parent
184bcafe08
commit
b566d64c17
1 changed files with 10 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ AttrPalmSizeThreshold=900
|
|||
AttrThumbSizeThreshold=800
|
||||
AttrPalmPressureThreshold=190
|
||||
|
||||
[Apple Magic Trackpad v2 USB C or Bluetooth (2024)]
|
||||
[Apple Magic Trackpad v2 Bluetooth (2024)]
|
||||
MatchVendor=0x004C
|
||||
MatchProduct=0x0324
|
||||
AttrSizeHint=162x115
|
||||
|
|
@ -84,6 +84,15 @@ AttrPressureRange=3:0
|
|||
AttrPalmSizeThreshold=900
|
||||
AttrThumbSizeThreshold=700
|
||||
|
||||
[Apple Magic Trackpad v2 USB-C (2024)]
|
||||
MatchBus=usb
|
||||
MatchVendor=0x05AC
|
||||
MatchProduct=0x0324
|
||||
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