libinput 1.10rc1
This commit is contained in:
parent
3f8446aaf6
commit
be6c4601ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/libinput-1.9.2.tar.xz
|
/libinput-1.9.2.tar.xz
|
||||||
/libinput-1.9.3.tar.xz
|
/libinput-1.9.3.tar.xz
|
||||||
/libinput-1.9.4.tar.xz
|
/libinput-1.9.4.tar.xz
|
||||||
|
/libinput-1.9.901.tar.xz
|
||||||
|
@ -1,31 +0,0 @@
|
|||||||
From c06660b314f5d9b284088d30770c1c40006d9ab0 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Peter Hutterer <peter.hutterer@who-t.net>
|
|
||||||
Date: Tue, 14 Nov 2017 15:53:12 +1000
|
|
||||||
Subject: [PATCH libinput] udev: add integration flag for the Lenovo Compact
|
|
||||||
Keyboard with TrackPoint
|
|
||||||
|
|
||||||
From https://bugzilla.redhat.com/show_bug.cgi?id=1510814
|
|
||||||
|
|
||||||
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
||||||
---
|
|
||||||
udev/90-libinput-model-quirks.hwdb | 4 ++++
|
|
||||||
1 file changed, 4 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb
|
|
||||||
index 820cb8db..c23ef833 100644
|
|
||||||
--- a/udev/90-libinput-model-quirks.hwdb
|
|
||||||
+++ b/udev/90-libinput-model-quirks.hwdb
|
|
||||||
@@ -204,6 +204,10 @@ libinput:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO:*:pvrThinkPadX1Carbon3rd
|
|
||||||
LIBINPUT_MODEL_LENOVO_T450_TOUCHPAD=1
|
|
||||||
LIBINPUT_ATTR_PALM_PRESSURE_THRESHOLD=150
|
|
||||||
|
|
||||||
+# Lenovo ThinkPad Compact USB Keyboard with TrackPoint
|
|
||||||
+libinput:keyboard:input:b0003v17EFp6047*
|
|
||||||
+ LIBINPUT_ATTR_KEYBOARD_INTEGRATION=external
|
|
||||||
+
|
|
||||||
##########################################
|
|
||||||
# Logitech
|
|
||||||
##########################################
|
|
||||||
--
|
|
||||||
2.13.6
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
|||||||
%global gitversion 58abea394
|
%global gitversion 58abea394
|
||||||
|
|
||||||
Name: libinput
|
Name: libinput
|
||||||
Version: 1.9.4
|
Version: 1.9.901
|
||||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||||
Summary: Input device library
|
Summary: Input device library
|
||||||
|
|
||||||
@ -18,8 +18,6 @@ Source2: commitid
|
|||||||
Source0: http://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz
|
Source0: http://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Patch03: 0001-udev-add-integration-flag-for-the-Lenovo-Compact-Key.patch
|
|
||||||
|
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
@ -121,6 +119,9 @@ git am -p1 %{patches} < /dev/null
|
|||||||
%{_mandir}/man1/libinput-measure-trackpoint-range.1*
|
%{_mandir}/man1/libinput-measure-trackpoint-range.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 22 2018 Peter Hutterer <peter.hutterer@redhat.com> 1.9.901-1
|
||||||
|
- libinput 1.10rc1
|
||||||
|
|
||||||
* Thu Dec 14 2017 Peter Hutterer <peter.hutterer@redhat.com> 1.9.4-1
|
* Thu Dec 14 2017 Peter Hutterer <peter.hutterer@redhat.com> 1.9.4-1
|
||||||
- libinput 1.9.4
|
- libinput 1.9.4
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libinput-1.9.4.tar.xz) = 302f9497ea9ffb2163c643e9ca2f0a773ea141f6fe0a3aa3d8e86eb11a5d11e75d858b1e679ebfd3f913c645beac059cfd356b37c4ea17a8853068f79a740a4b
|
SHA512 (libinput-1.9.901.tar.xz) = 4e79f81bb52c17833d4e9b05d84657b0e52ff681c9f0408614f7fd66bdd022f8670efc8cb1eff86285b3f39aa51f9727b5c353bae7b6a925070fe6de389f3107
|
||||||
|
Loading…
Reference in New Issue
Block a user