mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 04:48:02 +02: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
|
MatchProduct=0x0220
|
||||||
AttrKeyboardIntegration=internal
|
AttrKeyboardIntegration=internal
|
||||||
|
|
||||||
|
[Razer Blade Keyboard]
|
||||||
|
MatchUdevType=keyboard
|
||||||
|
MatchBus=usb
|
||||||
|
MatchVendor=0x1532
|
||||||
|
MatchProduct=0x0233
|
||||||
|
AttrKeyboardIntegration=internal
|
||||||
|
|
||||||
[Razer Blade Lid Switch]
|
[Razer Blade Lid Switch]
|
||||||
MatchName=*Lid Switch*
|
MatchName=*Lid Switch*
|
||||||
MatchDMIModalias=dmi:*svnRazer:pnBlade*
|
MatchDMIModalias=dmi:*svnRazer:pnBlade*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue