Lenovo ThinkBook ultra7 触摸板压力阈值修改
This commit is contained in:
parent
f26b54dd5e
commit
65ed6a978b
|
@ -1,3 +1,11 @@
|
|||
libinput (1.25.0-ok1.2) nile; urgency=medium
|
||||
|
||||
* BUG: #241146 【Intel ultra7】【触摸板】安装镜像后触摸板不可用
|
||||
* 新需求: 无
|
||||
* 其他修改: 无
|
||||
|
||||
-- yangwenxuan <yangwenxuan@kylinos.cn> Thu, 11 Jul 2024 20:10:14 +0800
|
||||
|
||||
libinput (1.25.0-ok1.1) nile; urgency=medium
|
||||
|
||||
* BUG: 无
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
From: =?utf-8?b?5p2o5paH6L2p?= <yangwenxuan@kylinos.cn>
|
||||
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
|
|
@ -1,2 +1,3 @@
|
|||
0003-update-changelog.patch
|
||||
0001-changelog-1.20.0-ok2-0714.patch
|
||||
0003-Lenovo-ThinkBook-ultra7.patch
|
||||
|
|
Loading…
Reference in New Issue