30 lines
924 B
Diff
30 lines
924 B
Diff
From 3bb62c973242957242061be86c90fa7f51df7789 Mon Sep 17 00:00:00 2001
|
|
From: Arick McNiel-Cho <arickmcniel@yahoo.com>
|
|
Date: Fri, 23 Nov 2018 15:10:15 -0600
|
|
Subject: [PATCH libinput] Added quirk for HP Spectre x360 Convertable 15-bl1xx
|
|
touchpad.
|
|
|
|
---
|
|
quirks/50-system-hp.quirks | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
diff --git a/quirks/50-system-hp.quirks b/quirks/50-system-hp.quirks
|
|
index ac50c09e8..3f38a5e1d 100644
|
|
--- a/quirks/50-system-hp.quirks
|
|
+++ b/quirks/50-system-hp.quirks
|
|
@@ -33,3 +33,11 @@ ModelHPZBookStudioG3=1
|
|
MatchName=*Cypress APA Trackpad *cyapa*
|
|
MatchDMIModalias=dmi:*svnHewlett-Packard*:pnFalco*
|
|
AttrPressureRange=12:8
|
|
+
|
|
+[HP Spectre x360 Convertable 15-bl1xx]
|
|
+MatchUdevType=touchpad
|
|
+MatchName=*SynPS/2 Synaptics TouchPad
|
|
+MatchDMIModalias=dmi:*svnHP:pnHPSpectrex360Convertible15-bl1XX:*
|
|
+AttrPressureRange=55:40
|
|
+AttrThumbPressureThreshold=90
|
|
+AttrPalmPressureThreshold=100
|
|
--
|
|
2.19.2
|
|
|