diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-12 17:24:10 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-18 22:09:02 +0000 |
| commit | 944897dc66dfda3566d5208af900beb4d8fd8bdb (patch) | |
| tree | 7c8c3efa6f7afcb077425ad6fcb843cc1e2b26a0 /meta/recipes-graphics/wayland | |
| parent | 48278246bbd97f93285130a9ecc9196d4eb3e08e (diff) | |
| download | poky-944897dc66dfda3566d5208af900beb4d8fd8bdb.tar.gz | |
libinput: upgrade 1.26.1 -> 1.26.2
Changelog:
===========
- tablet: Remove unnecessary scale factor on REL_HWHEEL_HI_RES
- quirks: add quirk for Minisforum V3 touchpad dwt
- quirks: add quirk for the Minisforum V3 volume keys
- quirks: add quirk for the LG gram 14 2023 Touchpad
- doc/user: document ModelTouchpadPhantomClicks quirk
- Fix typo in documentation comment
(From OE-Core rev: a72c963b12d209f95a5c7c413956eb5e413f0bb9)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland')
| -rw-r--r-- | meta/recipes-graphics/wayland/libinput_1.26.2.bb (renamed from meta/recipes-graphics/wayland/libinput_1.26.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.26.1.bb b/meta/recipes-graphics/wayland/libinput_1.26.2.bb index 487270505a..6a96b0e14a 100644 --- a/meta/recipes-graphics/wayland/libinput_1.26.1.bb +++ b/meta/recipes-graphics/wayland/libinput_1.26.2.bb | |||
| @@ -15,7 +15,7 @@ DEPENDS = "libevdev udev mtdev" | |||
| 15 | SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \ | 15 | SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \ |
| 16 | file://run-ptest \ | 16 | file://run-ptest \ |
| 17 | " | 17 | " |
| 18 | SRCREV = "124431a5d3186e1c3c3aa144a0634b84b3089486" | 18 | SRCREV = "3402f380019dc4f882e1d8627029607aca3f4be6" |
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
| 21 | UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" | 21 | UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" |
