diff options
author | Maarten de Vries <maarten@de-vri.es> | 2024-04-22 12:37:10 +0200 |
---|---|---|
committer | Maarten de Vries <maarten@de-vri.es> | 2024-04-22 12:37:46 +0200 |
commit | a8acd4a6929ce9d2a97b97c0378ac4b878be457b (patch) | |
tree | 1720402a7b5f8ff9d7aae357a1971edbae6a7e90 | |
parent | 955158f9824da05dcd71f3e8731cd5d51c3d262f (diff) |
quirks: add quirk for Lenovo Legion keyboard 048d:c103
-rw-r--r-- | quirks/50-system-lenovo.quirks | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/quirks/50-system-lenovo.quirks b/quirks/50-system-lenovo.quirks index 9bc2b5b7..c9abe773 100644 --- a/quirks/50-system-lenovo.quirks +++ b/quirks/50-system-lenovo.quirks @@ -250,6 +250,15 @@ MatchVendor=0x048D MatchProduct=0xC102 AttrKeyboardIntegration=internal +# Tested on Legion Pro 5 16IRX8 +# 048d:c103 Integrated Technology Express, Inc. ITE Device(8910) +[Lenovo Legion 5 Keyboard (C103)] +MatchUdevType=keyboard +MatchBus=usb +MatchVendor=0x048D +MatchProduct=0xC103 +AttrKeyboardIntegration=internal + [Lenovo Legion 5 Keyboard (C955)] MatchUdevType=keyboard MatchBus=usb |