mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 13:08:04 +02: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
|
AttrThumbSizeThreshold=800
|
||||||
AttrPalmPressureThreshold=190
|
AttrPalmPressureThreshold=190
|
||||||
|
|
||||||
[Apple Magic Trackpad v2 USB C or Bluetooth (2024)]
|
[Apple Magic Trackpad v2 Bluetooth (2024)]
|
||||||
MatchVendor=0x004C
|
MatchVendor=0x004C
|
||||||
MatchProduct=0x0324
|
MatchProduct=0x0324
|
||||||
AttrSizeHint=162x115
|
AttrSizeHint=162x115
|
||||||
|
|
@ -84,6 +84,15 @@ AttrPressureRange=3:0
|
||||||
AttrPalmSizeThreshold=900
|
AttrPalmSizeThreshold=900
|
||||||
AttrThumbSizeThreshold=700
|
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]
|
[Apple Touchpad OneButton]
|
||||||
MatchUdevType=touchpad
|
MatchUdevType=touchpad
|
||||||
MatchBus=usb
|
MatchBus=usb
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue