You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
30 lines
1.0 KiB
From a80d44db309d07425e1efe06722220876caf1f8d Mon Sep 17 00:00:00 2001 |
|
From: Nikolai Grigoriev <2364632+ngrigoriev@users.noreply.github.com> |
|
Date: Sat, 14 May 2022 17:39:02 -0400 |
|
Subject: [PATCH] hwdb: add touchpad parameters for Lenovo T15g Gen1 (#23373) |
|
|
|
(cherry picked from commit 5a6bcbb00134e4f810bcefa0c6e1340c75e6981e) |
|
|
|
Related: #2087778 |
|
--- |
|
hwdb.d/60-evdev.hwdb | 7 +++++++ |
|
1 file changed, 7 insertions(+) |
|
|
|
diff --git a/hwdb.d/60-evdev.hwdb b/hwdb.d/60-evdev.hwdb |
|
index 2d1751b478..da4eb0070a 100644 |
|
--- a/hwdb.d/60-evdev.hwdb |
|
+++ b/hwdb.d/60-evdev.hwdb |
|
@@ -588,6 +588,13 @@ evdev:name:SynPS/2 Synaptics TouchPad:dmi:*:svnLENOVO:*pvrThinkPadP14sGen2a:* |
|
EVDEV_ABS_35=::44 |
|
EVDEV_ABS_36=::52 |
|
|
|
+# Lenovo ThinkPad T15g Gen1 |
|
+evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO:*pvrThinkPadT15gGen1** |
|
+ EVDEV_ABS_00=::44 |
|
+ EVDEV_ABS_01=::50 |
|
+ EVDEV_ABS_35=::44 |
|
+ EVDEV_ABS_36=::50 |
|
+ |
|
# Lenovo Legion Y9000X2020 |
|
evdev:name:MSFT0001:02 04F3:304B Touchpad:dmi:*svnLENOVO:*pvrLenovoLegionY9000X2020:* |
|
EVDEV_ABS_00=::31
|
|
|