diff options
author | Hans Gaiser <hansg91@gmail.com> | 2021-04-29 21:30:09 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-05-24 14:35:11 +1000 |
commit | 54451cb7a089a46a1e3f092ec69bb739f84a824e (patch) | |
tree | 2d093ac3537ee251d9db2f59c32e7d3abab9afcf | |
parent | f42b8dd1ae051c55f357fd720664f5fb93e923db (diff) |
Add quirk for Lenovo Legion 5 Pro.
Signed-off-by: Hans Gaiser <hansg91@gmail.com>
(cherry picked from commit b1f958a178230c728b589436046f47eed8faa691)
-rw-r--r-- | quirks/50-system-lenovo.quirks | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/quirks/50-system-lenovo.quirks b/quirks/50-system-lenovo.quirks index 6d0fbf98..6a51bc5d 100644 --- a/quirks/50-system-lenovo.quirks +++ b/quirks/50-system-lenovo.quirks @@ -222,6 +222,14 @@ MatchVendor=0x048D MatchProduct=0xC955 AttrKeyboardIntegration=internal +# Tested on Lenovo Legion 5 Pro 16ACH6H +[Lenovo Legion 5 Pro Keyboard] +MatchUdevType=keyboard +MatchBus=usb +MatchVendor=0x048D +MatchProduct=0xC101 +AttrKeyboardIntegration=internal + # https://gitlab.freedesktop.org/libinput/libinput/-/issues/604 [Lenovo Yoga Slim 9 14ITL5 Pressurepad] MatchBus=i2c |