From bad8b7361758718e4e44a5d73f846f95792db635 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 28 Sep 2021 08:12:59 +1000 Subject: [PATCH] quirks: update the Dell N5110 touchpad quirk Later versions of this same model seem to have a different ALPS touchpad and don't need the pressure settings. Narrow down this match so we only apply to the one from the actual bug report in #565. Fixes #676 Signed-off-by: Peter Hutterer --- quirks/50-system-dell.quirks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quirks/50-system-dell.quirks b/quirks/50-system-dell.quirks index 1ae1b69..8092d8e 100644 --- a/quirks/50-system-dell.quirks +++ b/quirks/50-system-dell.quirks @@ -14,7 +14,7 @@ AttrMscTimestamp=watch [Dell Inspiron 15R N5110 Touchpad] MatchUdevType=touchpad MatchName=*AlpsPS/2 ALPS GlidePoint -MatchDMIModalias=dmi:*svnDellInc.:*pnInspironN5110* +MatchDMIModalias=dmi:*bvrA07*svnDellInc.:*pnInspironN5110* AttrPressureRange=100:95 [Dell Latitude E5510 Touchpad] -- 2.7.4