From 65ed6a978b7f76a266bc9b82d1eaea8547a52e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=96=87=E8=BD=A9?= Date: Thu, 11 Jul 2024 20:12:18 +0800 Subject: [PATCH] =?UTF-8?q?Lenovo=20ThinkBook=20ultra7=20=E8=A7=A6?= =?UTF-8?q?=E6=91=B8=E6=9D=BF=E5=8E=8B=E5=8A=9B=E9=98=88=E5=80=BC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 8 +++++++ .../0003-Lenovo-ThinkBook-ultra7.patch | 24 +++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 33 insertions(+) create mode 100644 debian/patches/0003-Lenovo-ThinkBook-ultra7.patch diff --git a/debian/changelog b/debian/changelog index e85b8c3..8346772 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libinput (1.25.0-ok1.2) nile; urgency=medium + + * BUG: #241146 【Intel ultra7】【触摸板】安装镜像后触摸板不可用 + * 新需求: 无 + * 其他修改: 无 + + -- yangwenxuan Thu, 11 Jul 2024 20:10:14 +0800 + libinput (1.25.0-ok1.1) nile; urgency=medium * BUG: 无 diff --git a/debian/patches/0003-Lenovo-ThinkBook-ultra7.patch b/debian/patches/0003-Lenovo-ThinkBook-ultra7.patch new file mode 100644 index 0000000..3826970 --- /dev/null +++ b/debian/patches/0003-Lenovo-ThinkBook-ultra7.patch @@ -0,0 +1,24 @@ +From: =?utf-8?b?5p2o5paH6L2p?= +Date: Thu, 11 Jul 2024 20:12:18 +0800 +Subject: =?utf-8?b?TGVub3ZvIFRoaW5rQm9vayB1bHRyYTcg6Kem5pG45p2/5Y6L5Yqb6ZiI?= + =?utf-8?b?5YC85L+u5pS5?= + +--- + quirks/50-system-lenovo.quirks | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/quirks/50-system-lenovo.quirks b/quirks/50-system-lenovo.quirks +index 9ccb0ef..90959e0 100644 +--- a/quirks/50-system-lenovo.quirks ++++ b/quirks/50-system-lenovo.quirks +@@ -338,3 +338,9 @@ MatchName=*Elan Touchpad + MatchDMIModalias=dmi:*svnLENOVO:*:pvrThinkPadE14Gen2* + AttrPalmPressureThreshold=300 + AttrPressureRange=10:8 ++ ++[Lenovo ThinkBook ultra7] ++MatchUdevType=touchpad ++MatchName=GXTP* Touchpad ++AttrPalmPressureThreshold=150 ++AttrPressureRange=3:1 +\ No newline at end of file diff --git a/debian/patches/series b/debian/patches/series index e5bdfff..a2197af 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 0003-update-changelog.patch 0001-changelog-1.20.0-ok2-0714.patch +0003-Lenovo-ThinkBook-ultra7.patch