40 lines
1.2 KiB
Diff
40 lines
1.2 KiB
Diff
From 8c48f459ba0922e5b550ca8933ee26ff17f9cdc7 Mon Sep 17 00:00:00 2001
|
|
From: wangyafei <wangyafei@goodix.com>
|
|
Date: Tue, 21 Jan 2025 17:17:05 +0800
|
|
Subject: [PATCH] quirks: add quirks for Dell laptop with Goodix Touchpad.
|
|
|
|
This touchpad is a pressure pad and needs the pressure
|
|
handling disable.
|
|
|
|
Signed-off-by: Charles Wang <charles.goodix@gmail.com>
|
|
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1130>
|
|
(cherry picked from commit 3cf6c91fff5b84757792810c4016144443581da6)
|
|
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 141d279e3769..df657eb61b97 100644
|
|
--- a/quirks/50-system-dell.quirks
|
|
+++ b/quirks/50-system-dell.quirks
|
|
@@ -134,3 +134,15 @@ MatchBus=i2c
|
|
MatchVendor=0x06CB
|
|
MatchProduct=0xCFF9
|
|
AttrEventCodeDisable=ABS_MT_PRESSURE;ABS_PRESSURE;
|
|
+
|
|
+[Dell laptop 14 Goodix touchpad]
|
|
+MatchBus=i2c
|
|
+MatchVendor=0x27C6
|
|
+MatchProduct=0x0F61
|
|
+AttrEventCodeDisable=ABS_MT_PRESSURE;ABS_PRESSURE;
|
|
+
|
|
+[Dell laptop 16 Goodix touchpad]
|
|
+MatchBus=i2c
|
|
+MatchVendor=0x27C6
|
|
+MatchProduct=0x0F62
|
|
+AttrEventCodeDisable=ABS_MT_PRESSURE;ABS_PRESSURE;
|
|
--
|
|
2.48.1
|
|
|