From aee26b12763bf12de1313c4a957f33227f94bebd Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Mon, 16 Mar 2015 12:04:38 +0100 Subject: [PATCH] hwdb: support bluetooth keyboard fixups Drop the restriction not to match on bluetooth devices. They are supported just fine! --- rules/60-keyboard.rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/rules/60-keyboard.rules b/rules/60-keyboard.rules index 03343a481..e45629225 100644 --- a/rules/60-keyboard.rules +++ b/rules/60-keyboard.rules @@ -4,9 +4,6 @@ ACTION=="remove", GOTO="keyboard_end" KERNEL!="event*", GOTO="keyboard_end" ENV{ID_INPUT_KEY}=="", GOTO="keyboard_end" -# ignore all bluetooth devices -SUBSYSTEMS=="bluetooth", GOTO="keyboard_end" - # import key mapping for input device IMPORT{builtin}="hwdb --lookup-prefix=keyboard:", \ RUN{builtin}+="keyboard", GOTO="keyboard_end" -- 2.30.2