From: Daniel Golle Date: Fri, 8 May 2026 17:21:34 +0000 (+0100) Subject: libinput: update to 1.31.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=594c400781eaa53b86a204591b4d7141bd62f34e;p=openwrt-packages.git libinput: update to 1.31.1 Update from 1.28.1, spanning the 1.29.x, 1.30.x and 1.31.x release series. Highlights: * 1.31.0: New 'high-resolution scroll' API and per-device button debouncing improvements; tablet pad mode support reworked. * 1.30.0: Added support for new touchpad and tablet device quirks; improved gesture detection on multi-touch devices. * 1.29.0: New configuration knobs for trackpoint acceleration and improved palm detection. * Continuous bug fixes and updated device quirks throughout. Link: https://gitlab.freedesktop.org/libinput/libinput/-/tags/1.31.1 Link: https://wayland.freedesktop.org/libinput/doc/latest/ Signed-off-by: Daniel Golle --- diff --git a/libs/libinput/Makefile b/libs/libinput/Makefile index 12825467c..88156dad4 100644 --- a/libs/libinput/Makefile +++ b/libs/libinput/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libinput -PKG_VERSION:=1.28.1 +PKG_VERSION:=1.31.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://gitlab.freedesktop.org/$(PKG_NAME)/$(PKG_NAME)/-/archive/$(PKG_VERSION) -PKG_HASH:=a13f8c9a7d93df3c85c66afd135f0296701d8d32f911991b7aa4273fdd6a42a3 +PKG_HASH:=e010b02021b8fe9f3e696a4a2059c0243f0c90f2f9d4bcf4c88d2f9613c52b0b PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=MIT