From cb0b88b60b9106e20eecaf840d48daacf58577fc Mon Sep 17 00:00:00 2001 From: Mohamed Elsharnouby Date: Sun, 11 Jul 2021 22:41:07 +0000 Subject: quirks: add pressure range for Dell Latitude 7480 Pressing Ctrl/Shift on this model triggers light touches that causes random clicks. This doesn't occur on Windows 10 so adding this quirk to fix it Signed-off-by: sharno (cherry picked from commit 5a23665dfb66a846e116054d4ec7f875208c1248) --- quirks/50-system-dell.quirks | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quirks/50-system-dell.quirks b/quirks/50-system-dell.quirks index c2a537c4..1ae1b69b 100644 --- a/quirks/50-system-dell.quirks +++ b/quirks/50-system-dell.quirks @@ -82,6 +82,11 @@ MatchName=*DualPoint Stick MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE7470* AttrTrackpointMultiplier=0.125 +[Latitude 7480 Touchpad] +MatchName=DLL07A0* +MatchDMIModalias=dmi:**bvnDellInc.:*:pnLatitude7480* +AttrPressureRange=35:34 + [Latitude 7490 Trackpoint] MatchName=*Mouse MatchUdevType=pointingstick -- cgit v1.2.1