39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
From 74c88061868466c446a8de797ebe392eeabc7ccb Mon Sep 17 00:00:00 2001
|
|
From: Marge Yang <marge.yang@synaptics.corp-partner.google.com>
|
|
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: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1127>
|
|
(cherry picked from commit af0e9a23c32d086fece58a95cb720994ad02d0b4)
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
---
|
|
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 0fb43aacd08b..141d279e3769 100644
|
|
--- a/quirks/50-system-dell.quirks
|
|
+++ b/quirks/50-system-dell.quirks
|
|
@@ -122,3 +122,15 @@ MatchBus=i2c
|
|
MatchVendor=0x06CB
|
|
MatchProduct=0xCFA0
|
|
AttrEventCodeDisable=ABS_MT_PRESSURE;ABS_PRESSURE;
|
|
+
|
|
+[Dell laptop 14 Synaptics touchpad]
|
|
+MatchBus=i2c
|
|
+MatchVendor=0x06CB
|
|
+MatchProduct=0xCFF8
|
|
+AttrEventCodeDisable=ABS_MT_PRESSURE;ABS_PRESSURE;
|
|
+
|
|
+[Dell laptop 16 Synaptics touchpad]
|
|
+MatchBus=i2c
|
|
+MatchVendor=0x06CB
|
|
+MatchProduct=0xCFF9
|
|
+AttrEventCodeDisable=ABS_MT_PRESSURE;ABS_PRESSURE;
|
|
--
|
|
2.48.1
|
|
|