From da6059b2fe517c52fe2dc4f2291a12d95331827a Mon Sep 17 00:00:00 2001 From: Daniel Fuchs Date: Tue, 24 Sep 2024 16:07:27 +0000 Subject: [PATCH] quirks: adjust pressure range for Google Krane, Wormdingler and Coachz Part-of: --- quirks/50-system-google.quirks | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/quirks/50-system-google.quirks b/quirks/50-system-google.quirks index 41516100..8dbf7b31 100644 --- a/quirks/50-system-google.quirks +++ b/quirks/50-system-google.quirks @@ -135,3 +135,30 @@ ModelChromebook=1 AttrPressureRange=1:0 AttrThumbPressureThreshold=25 AttrPalmPressureThreshold=0 + +[Google Chromebook Krane] +MatchUdevType=touchpad +MatchName=Google Inc. Hammer +MatchBus=usb +MatchVendor=0x18D1 +MatchDeviceTree=*krane* +ModelChromebook=1 +AttrPressureRange=20:10 + +[Google Chromebook Wormdingler] +MatchUdevType=touchpad +MatchName=Google Inc. Hammer +MatchBus=usb +MatchVendor=0x18D1 +MatchDeviceTree=*wormdingler* +ModelChromebook=1 +AttrPressureRange=20:10 + +[Google Chromebook Coachz] +MatchUdevType=touchpad +MatchName=Google Inc. Hammer +MatchBus=usb +MatchVendor=0x18D1 +MatchDeviceTree=*coachz* +ModelChromebook=1 +AttrPressureRange=20:10