libinput 1.18.1
This commit is contained in:
parent
1e06039d1e
commit
37d524a149
@ -1,32 +0,0 @@
|
||||
From 17783c24df991e6283c693050d6b0304b7307d3e Mon Sep 17 00:00:00 2001
|
||||
From: Peter Hutterer <peter.hutterer@who-t.net>
|
||||
Date: Mon, 21 Jun 2021 08:51:04 +1000
|
||||
Subject: [PATCH libinput] quirks: add a quirk for the Huawei Matebook 2020
|
||||
touchpad
|
||||
|
||||
Clickpad that announces BTN_RIGHT
|
||||
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1972370
|
||||
|
||||
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
||||
---
|
||||
quirks/50-system-huawei.quirks | 7 +++++++
|
||||
1 file changed, 7 insertions(+)
|
||||
create mode 100644 quirks/50-system-huawei.quirks
|
||||
|
||||
diff --git a/quirks/50-system-huawei.quirks b/quirks/50-system-huawei.quirks
|
||||
new file mode 100644
|
||||
index 00000000..43ccb075
|
||||
--- /dev/null
|
||||
+++ b/quirks/50-system-huawei.quirks
|
||||
@@ -0,0 +1,7 @@
|
||||
+# Clickpad that announces BTN_RIGHT
|
||||
+# https://bugzilla.redhat.com/show_bug.cgi?id=1972370
|
||||
+[Huawei MateBook 2020 Touchpad]
|
||||
+MatchName=ELAN2604:00 04F3:3114 Touchpad
|
||||
+MatchUdevType=touchpad
|
||||
+MatchDMIModalias=dmi:*svnHUAWEI:*pvrM1010*
|
||||
+AttrEventCodeDisable=BTN_RIGHT
|
||||
--
|
||||
2.31.1
|
||||
|
@ -4,8 +4,8 @@
|
||||
%global gitversion 58abea394
|
||||
|
||||
Name: libinput
|
||||
Version: 1.18.0
|
||||
Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Version: 1.18.1
|
||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Summary: Input device library
|
||||
|
||||
License: MIT
|
||||
@ -18,8 +18,6 @@ Source2: commitid
|
||||
Source0: http://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz
|
||||
%endif
|
||||
|
||||
Patch001: 0001-quirks-add-a-quirk-for-the-Huawei-Matebook-2020-touc.patch
|
||||
|
||||
BuildRequires: git-core
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
@ -148,6 +146,9 @@ pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3')
|
||||
%{_mandir}/man1/libinput-test-suite.1*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 03 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.18.1-1
|
||||
- libinput 1.18.1
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libinput-1.18.0.tar.xz) = 9a834f075d7a1f892416bb6b241eb052f749d3aa883c4b39c0f1c9616c115d6b9a541b587508646fddaf0d3fe57af92fe4629b522d1d51196499e7b523e0aa90
|
||||
SHA512 (libinput-1.18.1.tar.xz) = 450e38c0f8245aa0165a8047d25aebee646332f0f2ed442bb2d1bd3e723c2082b6d00d6e3bda308981ece8e29b5cddbd56eab900d2b7497705a45fc27b281828
|
||||
|
Loading…
Reference in New Issue
Block a user