diff options
author | Nikolai Grigoriev <2364632+ngrigoriev@users.noreply.github.com> | 2022-05-14 23:39:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-14 23:39:02 +0200 |
commit | 5a6bcbb00134e4f810bcefa0c6e1340c75e6981e (patch) | |
tree | 6cd26e19812a64481bf480725b931ce77565bdc9 /hwdb.d/60-evdev.hwdb | |
parent | resolve: fix memleak (diff) | |
download | systemd-5a6bcbb00134e4f810bcefa0c6e1340c75e6981e.tar.xz systemd-5a6bcbb00134e4f810bcefa0c6e1340c75e6981e.zip |
hwdb: add touchpad parameters for Lenovo T15g Gen1 (#23373)
Diffstat (limited to 'hwdb.d/60-evdev.hwdb')
-rw-r--r-- | hwdb.d/60-evdev.hwdb | 7 |
1 files changed, 7 insertions, 0 deletions
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 |