From 9a3d3aace311e85627115d89e4dfe1d71c01b7e3 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 16 Mar 2015 18:43:14 +0100 Subject: rules: keyboard - prefix "atkbd" match strings like we prefix the "name" strings --- rules/60-keyboard.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules') 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 -- cgit v1.2.3-54-g00ecf