From e3b99fb3940e98c2e863f6bc08587c6c1de0393f Mon Sep 17 00:00:00 2001 From: Markus Wall Date: Mon, 14 Feb 2022 14:01:47 +0100 Subject: Add quirks for Lenovo Legion Y740 This makes disable-when-typing for the touchpad work properly on the Lenovo Legion Y740. Tested on Lenovo Legion Y740-15IRHg. Signed-off-by: Markus Wall --- quirks/50-system-lenovo.quirks | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/quirks/50-system-lenovo.quirks b/quirks/50-system-lenovo.quirks index 3b436e38..4a73bfaa 100644 --- a/quirks/50-system-lenovo.quirks +++ b/quirks/50-system-lenovo.quirks @@ -246,6 +246,13 @@ MatchVendor=0x048D MatchProduct=0xC101 AttrKeyboardIntegration=internal +[Lenovo Legion Y740 Keyboard] +MatchUdevType=keyboard +MatchBus=usb +MatchVendor=0x048D +MatchProduct=0xC936 +AttrKeyboardIntegration=internal + # https://gitlab.freedesktop.org/libinput/libinput/-/issues/604 [Lenovo Yoga Slim 9 14ITL5 Pressurepad] MatchBus=i2c -- cgit v1.2.1