diff options
Diffstat (limited to 'rules/60-keyboard.rules')
-rw-r--r-- | rules/60-keyboard.rules | 2 |
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 |