From a03058db7250f41e6bd8b5c2c0b09c65cefdbcb0 Mon Sep 17 00:00:00 2001 From: WeirdTreeThing Date: Fri, 20 Dec 2024 12:36:50 -0500 Subject: [PATCH] quirks: Add quirk for Google Chromebook Banshee Signed-off-by: Brady Norander Part-of: --- quirks/50-system-google.quirks | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/quirks/50-system-google.quirks b/quirks/50-system-google.quirks index 8fd57b18..920f8f6d 100644 --- a/quirks/50-system-google.quirks +++ b/quirks/50-system-google.quirks @@ -169,3 +169,12 @@ MatchName=GDIX0000:00 27C6:0D55 Touchpad MatchDMIModalias=dmi:*svnGoogle:*pnCret* ModelChromebook=1 AttrPressureRange=6:4 + +[Google Chromebook Banshee] +MatchUdevType=touchpad +MatchName=PNP0C50:00 093A:0274 Touchpad +MatchDMIModalias=dmi:*svnGoogle:*pnBanshee* +ModelChromebook=1 +AttrPressureRange=0:-2 +AttrThumbPressureThreshold=45 +AttrPalmPressureThreshold=0 -- 2.34.1