From a60976c1d4a47998ffe7c78829eed756fd8674a4 Mon Sep 17 00:00:00 2001 From: wangyafei Date: Thu, 23 Oct 2025 16:07:45 +0800 Subject: [PATCH] quirks: add quirks for Dell laptop with Sensel Touchpad. This touchpad is a pressure pad and needs the pressure handling disable. Signed-off-by: Charles Wang 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 f153a8cd..d52c3672 100644 --- a/quirks/50-system-dell.quirks +++ b/quirks/50-system-dell.quirks @@ -199,3 +199,15 @@ MatchBus=i2c MatchVendor=0x06CB MatchProduct=0xD01A ModelPressurePad=1 + +[Dell laptop 14 Sensel touchpad] +MatchBus=i2c +MatchVendor=0x2C2F +MatchProduct=0x0034 +ModelPressurePad=1 + +[Dell laptop 16 Sensel touchpad] +MatchBus=i2c +MatchVendor=0x2C2F +MatchProduct=0x0033 +ModelPressurePad=1