]> git.ipfire.org Git - thirdparty/systemd.git/commit - hwdb.d/60-evdev.hwdb
hwdb: fix size lenovo x240 touchpad (#16871)
authorJérémy Nouhaud <jeremy9856@gmail.com>
Thu, 27 Aug 2020 19:59:23 +0000 (21:59 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Aug 2020 19:59:23 +0000 (21:59 +0200)
commit5fc51a82235526f4c4a91c626f7ac53881a0ec3e
treee120d3228c2298a98a35af71a23efe5159b46f5f
parent876dc2b0141de38fdf7f1b02644b5f454c967f61
hwdb: fix size lenovo x240 touchpad (#16871)

As discussed in https://gitlab.freedesktop.org/libinput/libinput/-/issues/521, it adds a narrower
match that only applies to X240. Other laptops that match `pvrThinkPad??40` are not affected:

$ systemd-hwdb query 'evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pvrThinkPadX240:*'
EVDEV_ABS_00=1232:5711:51
EVDEV_ABS_01=1159:4700:53
EVDEV_ABS_35=1232:5711:51
EVDEV_ABS_36=1159:4700:53
$ systemd-hwdb query 'evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pvrThinkPadX140:*'
EVDEV_ABS_00=::41
EVDEV_ABS_01=::37
EVDEV_ABS_35=::41
EVDEV_ABS_36=::37
hwdb.d/60-evdev.hwdb