From: David Herrmann Date: Mon, 16 Mar 2015 11:04:38 +0000 (+0100) Subject: hwdb: support bluetooth keyboard fixups X-Git-Tag: v219.0~285 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=aee26b12763bf12de1313c4a957f33227f94bebd hwdb: support bluetooth keyboard fixups Drop the restriction not to match on bluetooth devices. They are supported just fine! --- 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"