From b566d64c172bc397f47a07edbd9d9c1a755595ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Tue, 4 Feb 2025 14:36:01 +0100 Subject: [PATCH] quirks: Add Apple Magic Trackpad v2 USB-C (2024) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the missing USB-C vendor ID. Closes: https://gitlab.freedesktop.org/libinput/libinput/-/issues/1080 Signed-off-by: José Expósito Part-of: --- quirks/50-system-apple.quirks | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/quirks/50-system-apple.quirks b/quirks/50-system-apple.quirks index bdc9528f..b287daf9 100644 --- a/quirks/50-system-apple.quirks +++ b/quirks/50-system-apple.quirks @@ -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