summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-03-16 12:04:38 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2015-03-16 12:04:38 +0100
commitaee26b12763bf12de1313c4a957f33227f94bebd (patch)
treeaaa5476a46d0487e8440f5ec2e63839813094c90 /rules
parentb26e4ced91d0ac0eabdce1c505228ccafc65a23f (diff)
hwdb: support bluetooth keyboard fixups
Drop the restriction not to match on bluetooth devices. They are supported just fine!
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"