summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-03-16 18:43:14 +0100
committerAnthony G. Basile <blueness@gentoo.org>2015-03-18 17:06:01 -0400
commita45a9a1c320d87a5d2448b4773395374f771d1e5 (patch)
tree7ee7c00ded20cc005ae1d09b6caec0d4c50131ad /rules
parent73c6fdf90160e6f617f44e7c83be655008b78a84 (diff)
rules: keyboard - prefix "atkbd" match strings like we prefix the "name" strings
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'rules')
-rw-r--r--rules/60-keyboard.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/60-keyboard.rules b/rules/60-keyboard.rules
index e534b454dc..fcb948ac02 100644
--- a/rules/60-keyboard.rules
+++ b/rules/60-keyboard.rules
@@ -9,7 +9,7 @@ IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=keyboard:", \
RUN{builtin}+="keyboard", GOTO="keyboard_end"
# AT keyboard matching by the machine's DMI data
-DRIVERS=="atkbd", IMPORT{builtin}="hwdb 'keyboard:$attr{[dmi/id]modalias}'", \
+DRIVERS=="atkbd", IMPORT{builtin}="hwdb 'keyboard:atkbd:$attr{[dmi/id]modalias}'", \
RUN{builtin}+="keyboard", GOTO="keyboard_end"
# device matching the input device name and the machine's DMI data