From 11987b4194f028ca904db4c6baa0ef23443612a2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 Aug 2018 08:26:45 +1000 Subject: [PATCH] quirks: explicitly mark bluetooth keyboards as external Required by #119 Signed-off-by: Peter Hutterer --- quirks/10-generic-keyboard.quirks | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quirks/10-generic-keyboard.quirks b/quirks/10-generic-keyboard.quirks index 103d05a6..882f97bd 100644 --- a/quirks/10-generic-keyboard.quirks +++ b/quirks/10-generic-keyboard.quirks @@ -4,3 +4,8 @@ MatchUdevType=keyboard MatchBus=ps2 AttrKeyboardIntegration=internal + +[Bluetooth Keyboards] +MatchUdevType=keyboard +MatchBus=bluetooth +AttrKeyboardIntegration=external -- 2.34.1