From af0e9a23c32d086fece58a95cb720994ad02d0b4 Mon Sep 17 00:00:00 2001 From: Marge Yang Date: Tue, 21 Jan 2025 07:26:41 +0000 Subject: [PATCH] quirks: add quirk for Dell Haptics Touchpad. This Touchpad is a pressure pad and needs the pressure handling disable. Part-of: --- quirks/50-system-dell.quirks | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/quirks/50-system-dell.quirks b/quirks/50-system-dell.quirks index f46ab2b3..a3492eb4 100644 --- a/quirks/50-system-dell.quirks +++ b/quirks/50-system-dell.quirks @@ -141,3 +141,15 @@ MatchProduct=0x1063 MatchUdevType=touchpad MatchDMIModalias=dmi:*svnDellInc.:pnPrecision5480* ModelTouchpadVisibleMarker=0 + +[Dell laptop 14 Synaptics touchpad] +MatchBus=i2c +MatchVendor=0x06CB +MatchProduct=0xCFF8 +ModelPressurePad=1 + +[Dell laptop 16 Synaptics touchpad] +MatchBus=i2c +MatchVendor=0x06CB +MatchProduct=0xCFF9 +ModelPressurePad=1