diff mbox series

[2/2] libinput: upgrade 1.30.4 -> 1.31.3

Message ID 20260616111643.4091790-2-ross.burton@arm.com
State Under Review
Headers show
Series [1/2] libinput: upgrade 1.30.2 -> 1.30.4 | expand

Commit Message

Ross Burton June 16, 2026, 11:16 a.m. UTC
libinput 1.31.0:

The disable-while-typing and disable-while-trackpointing timeouts are
now configurable (within reasonable limits).

We now support fast 3fg swipes when 3fg drag is enabled.

A new API to get a tablet tool's (marketing) name is now available:
libinput_tablet_tool_get_name().

libinput 1.31.1:

Fixes CVE-2026-35093 and CVE-2026-35094 (already in 1.30.4).

libinput 1.31.2:

Important fix for the new fast-swipe interaction during 3fg dragging. A
wrong timestamp calculation could cause slow movements to be interpreted
as swipes in some cases.

Another fix for the Acer Swift SFX14-73G (and likely other devices with
a similar touchpad) fixes a stuttering cursor caused by wrong SYN_REPORT
handling in libinput.

libinput 1.31.3:

Fixes CVE-2026-50265 (already in 1.30.4).

libinput 1.31.4:

Two fixes for libinput record, the --autorestart interval handling was
broken for intervals 5s and higher, and a convenience fix for running
with --autorestart.

Eraser buttons can now be mapped to any button (previously only
BTN_STYLUS, BTN_STYULUS2 and BTN_STYLUS3 were permitted).

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../wayland/{libinput_1.30.4.bb => libinput_1.31.3.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/wayland/{libinput_1.30.4.bb => libinput_1.31.3.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/wayland/libinput_1.30.4.bb b/meta/recipes-graphics/wayland/libinput_1.31.3.bb
similarity index 95%
rename from meta/recipes-graphics/wayland/libinput_1.30.4.bb
rename to meta/recipes-graphics/wayland/libinput_1.31.3.bb
index 8ce3d0d62cf..aed79951eaa 100644
--- a/meta/recipes-graphics/wayland/libinput_1.30.4.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.31.3.bb
@@ -12,10 +12,10 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=bab4ac7dc1c10bc0fb037dc76c46ef8a"
 
 DEPENDS = "libevdev udev"
 
-SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=1.30-branch;tag=${PV} \
+SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=1.31-branch;tag=${PV} \
            file://run-ptest \
            "
-SRCREV = "7ad8b37ffcc71aceb8eb4d079d22490e87168f49"
+SRCREV = "26191d396d74d505541d6311f0b4ae68d791b890"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"