summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-03-16 12:04:38 +0100
committerAnthony G. Basile <blueness@gentoo.org>2015-03-18 16:04:31 -0400
commit4da04e3dde1d004453d0ce0325b8f8199d233a0e (patch)
tree032dd740e070e6e2c849aed86f040c4f3e0625df /rules
parentbd4a68b3fbce1e9dd439f885c3afee92b3929334 (diff)
hwdb: support bluetooth keyboard fixups
Drop the restriction not to match on bluetooth devices. They are supported just fine! Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'rules')
-rw-r--r--rules/60-keyboard.rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/rules/60-keyboard.rules b/rules/60-keyboard.rules
index 03343a4817..e456292253 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"