From 6c88d9a251644c99ebb83f206043f94ccfe65901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Sun, 12 Feb 2023 19:32:16 +0100 Subject: quirks: fix DWT on Legion 5i MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The keyboard present on this device is not recognized as internal and disable while typing does not work. Add a quirk to fix this feature. Fix https://gitlab.freedesktop.org/libinput/libinput/-/issues/848 Signed-off-by: José Expósito --- quirks/50-system-lenovo.quirks | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quirks/50-system-lenovo.quirks b/quirks/50-system-lenovo.quirks index 629e69e2..e514140b 100644 --- a/quirks/50-system-lenovo.quirks +++ b/quirks/50-system-lenovo.quirks @@ -262,6 +262,11 @@ MatchVendor=0x048D MatchProduct=0xC101 AttrKeyboardIntegration=internal +[Lenovo Legion 5i Keyboard] +MatchName=ITE Tech. Inc. ITE Device(8910) Keyboard +MatchDMIModalias=dmi:*svnLENOVO:*pvrLegion515IAH7H:* +AttrKeyboardIntegration=internal + [Lenovo Legion 7 Keyboard] MatchUdevType=keyboard MatchBus=usb -- cgit v1.2.1