From cae97f3b60da6bcdd9cc01efe9e6efb7a019ebd6 Mon Sep 17 00:00:00 2001 From: ianhi Date: Mon, 4 May 2020 20:27:16 -0400 Subject: correct evdev dimensions for T490 trackpad The original source of these dimensions had swapped the x y dimension arguments to touchpad-edge-detector. The correct dimensions are x = 100 mm, y = 68 mm --- hwdb.d/60-evdev.hwdb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hwdb.d/60-evdev.hwdb b/hwdb.d/60-evdev.hwdb index 1ab0f01584..2ee205a92f 100644 --- a/hwdb.d/60-evdev.hwdb +++ b/hwdb.d/60-evdev.hwdb @@ -523,10 +523,10 @@ evdev:name:AlpsPS/2 ALPS GlidePoint:dmi:*svnLENOVO:*pvrLenovoYoga500-14IBD* # Lenovo Thinkpad T490 evdev:name:SynPS/2 Synaptics TouchPad:dmi:*:svnLENOVO:*pvrThinkPadT490:* - EVDEV_ABS_00=::57 - EVDEV_ABS_01=::33 - EVDEV_ABS_35=::57 - EVDEV_ABS_36=::33 + EVDEV_ABS_00=::44 + EVDEV_ABS_01=::52 + EVDEV_ABS_35=::44 + EVDEV_ABS_36=::52 # Lenovo Legion Y9000X2020 evdev:name:MSFT0001:02 04F3:304B Touchpad:dmi:*svnLENOVO:*pvrLenovoLegionY9000X2020* -- cgit v1.2.1