From 607abecfbd771cf1afe8a7ee9c2f738fe729395e Mon Sep 17 00:00:00 2001 From: Gary Wolfe Date: Fri, 22 Jan 2021 17:10:01 -0500 Subject: quirks: Dell 15R touchpad settings for firmware v3 Trackpad sensitivity adjustment only needed for v3 for Dell Inspiron 15R N5110. Fixes #565 and #676. Signed-off-by: Gary Wolfe --- quirks/50-system-dell.quirks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quirks/50-system-dell.quirks b/quirks/50-system-dell.quirks index 8092d8e1..9bc3e357 100644 --- a/quirks/50-system-dell.quirks +++ b/quirks/50-system-dell.quirks @@ -14,7 +14,8 @@ AttrMscTimestamp=watch [Dell Inspiron 15R N5110 Touchpad] MatchUdevType=touchpad MatchName=*AlpsPS/2 ALPS GlidePoint -MatchDMIModalias=dmi:*bvrA07*svnDellInc.:*pnInspironN5110* +MatchVersion=0x0300 +MatchDMIModalias=dmi:*svnDellInc.:*pnInspironN5110* AttrPressureRange=100:95 [Dell Latitude E5510 Touchpad] -- cgit v1.2.1