From 594c400781eaa53b86a204591b4d7141bd62f34e Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 8 May 2026 18:21:34 +0100 Subject: [PATCH] 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 --- libs/libinput/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libinput/Makefile b/libs/libinput/Makefile index 12825467c0..88156dad4f 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