mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-23 10:50:36 +01:00
quirks: mark the 0x233 razer keyboard as internal
Razer Blade 2018 has a different model ID than the one we already have.
Fixes #489
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 152837f44a)
This commit is contained in:
parent
259adb7178
commit
584d3cb0b9
1 changed files with 7 additions and 0 deletions
|
|
@ -7,6 +7,13 @@ MatchVendor=0x1532
|
|||
MatchProduct=0x0220
|
||||
AttrKeyboardIntegration=internal
|
||||
|
||||
[Razer Blade Keyboard]
|
||||
MatchUdevType=keyboard
|
||||
MatchBus=usb
|
||||
MatchVendor=0x1532
|
||||
MatchProduct=0x0233
|
||||
AttrKeyboardIntegration=internal
|
||||
|
||||
[Razer Blade Lid Switch]
|
||||
MatchName=*Lid Switch*
|
||||
MatchDMIModalias=dmi:*svnRazer:pnBlade*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue