From 19ba40cfc47f8b28733ca84be431453e9a84ebae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Mon, 31 Jul 2023 17:16:42 +0200 Subject: [PATCH] quirks: Add Lenovo Legion 7i 4090 keyboard quirks MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Disable while typing is not working because the keyboard uses the USB bus. Add the `AttrKeyboardIntegration=internal` quirk to fix it. Fixes https://gitlab.freedesktop.org/libinput/libinput/-/issues/911 Signed-off-by: José Expósito --- quirks/50-system-lenovo.quirks | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quirks/50-system-lenovo.quirks b/quirks/50-system-lenovo.quirks index 21a1cf29..5a2ccb13 100644 --- a/quirks/50-system-lenovo.quirks +++ b/quirks/50-system-lenovo.quirks @@ -315,3 +315,9 @@ MatchUdevType=touchpad MatchName=*SynPS/2 Synaptics TouchPad MatchDMIModalias=dmi:*svnLENOVO:*:pvrLenovoYoga2Pro* AttrPressureRange=50:45 + +[Lenovo Legion 7i 4090 Keyboard] +MatchUdevType=keyboard +MatchBus=usb +MatchDMIModalias=dmi:*svnLENOVO:*:pvrLegionY9000PIRX8H* +AttrKeyboardIntegration=internal -- 2.34.1