diff options
author | Kay Sievers <kay@vrfy.org> | 2015-03-16 18:43:14 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-03-16 18:43:14 +0100 |
commit | 9a3d3aace311e85627115d89e4dfe1d71c01b7e3 (patch) | |
tree | e49ca4beab462ccdd52c6e925e450978a10ca21d /rules | |
parent | d83891ec7f75d84cd186ada591c9f8a9e3baf2a3 (diff) | |
download | systemd-9a3d3aace311e85627115d89e4dfe1d71c01b7e3.tar.gz |
rules: keyboard - prefix "atkbd" match strings like we prefix the "name" strings
Diffstat (limited to '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 |