chiark / gitweb /
rules: keyboard - prefix "atkbd" match strings like we prefix the "name" strings
[elogind.git] / rules / 60-keyboard.rules
index e534b454dc4eff4b0d7238399f0e4b189ffea3f2..fcb948ac028d69cc25e4724e148eee5696c38c5c 100644 (file)
@@ -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