From bb21327efeb3280fb80c7d0427babe3be0a558c3 Mon Sep 17 00:00:00 2001 From: Bill A Date: Mon, 6 Feb 2023 17:46:01 +0000 Subject: [PATCH] quirks: add generic quirk for Dell 2-in-1 models for side volume buttons Signed-off-by: Bill A's avatarBill A --- quirks/50-system-dell.quirks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quirks/50-system-dell.quirks b/quirks/50-system-dell.quirks index a09a3a3a..15ecfe05 100644 --- a/quirks/50-system-dell.quirks +++ b/quirks/50-system-dell.quirks @@ -109,9 +109,9 @@ MatchVendor=0x2575 MatchProduct=0x0204 ModelDellCanvasTotem=1 -[Dell Latitude 5290 2-in-1] +[Dell 2-in-1 Models] MatchName=AT Translated Set 2 keyboard -MatchDMIModalias=dmi:*:svnDellInc.:pnLatitude52902-in-1:* +MatchDMIModalias=dmi:*:svnDellInc.:pn*2-in-1:* ModelTabletModeNoSuspend=1 # This is a true pressurepad so disable pressure for contact size -- 2.34.1