From e53bcb04f905143dbcd7a9248ba3fc3e5d6fe395 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 ++++++++ quirks/50-system-lenovo.quirks | 6 ++++++ 2 files changed, 14 insertions(+) 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/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