mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-23 07:20:38 +01:00
quirks: explicitly mark bluetooth keyboards as external
Required by #119 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
99334e11bf
commit
11987b4194
1 changed files with 5 additions and 0 deletions
|
|
@ -4,3 +4,8 @@
|
|||
MatchUdevType=keyboard
|
||||
MatchBus=ps2
|
||||
AttrKeyboardIntegration=internal
|
||||
|
||||
[Bluetooth Keyboards]
|
||||
MatchUdevType=keyboard
|
||||
MatchBus=bluetooth
|
||||
AttrKeyboardIntegration=external
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue