From 187ec90bb26de4a8ee0cd698f3aa369c2b73f9fa Mon Sep 17 00:00:00 2001 From: Boris Pek Date: Fri, 15 Jul 2022 09:34:22 +0300 Subject: quirks: update quirks for Lenovo IdeaPad Duet 3 My tablet has substring pvrIdeaPadDuet310IGL5-LTE in modalias and there are other modifications of this model on a market so the mask for DMI should be simplified to cover more devices. Signed-off-by: Boris Pek --- quirks/50-system-lenovo.quirks | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/quirks/50-system-lenovo.quirks b/quirks/50-system-lenovo.quirks index 57b13d5d..3526e6c4 100644 --- a/quirks/50-system-lenovo.quirks +++ b/quirks/50-system-lenovo.quirks @@ -281,9 +281,10 @@ MatchName=AT Raw Set 2 keyboard MatchDMIModalias=dmi:*svnLENOVO:*pvrYogaDuet713IML05:* ModelTabletModeNoSuspend=1 -[Lenovo IdeaPad Duet 3i] +# Lenovo IdeaPad Duet 3 also comes with a detachable keyboard. +[Lenovo IdeaPad Duet 3] MatchName=AT Raw Set 2 keyboard -MatchDMIModalias=dmi:*svnLENOVO:*pvrIdeaPadDuet310IGL5:* +MatchDMIModalias=dmi:*svnLENOVO:*pvrIdeaPadDuet3*:* ModelTabletModeNoSuspend=1 # Modifies pressure range to avoid random jumps. -- cgit v1.2.1