]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
rules: finish incomplete rename
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 11 Apr 2015 15:05:39 +0000 (11:05 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 12 Apr 2015 14:20:24 +0000 (10:20 -0400)
Fixup for 51c0c2869845a058268d54c3111d55d0dd485704.

rules/60-evdev.rules

index e81966fbe8b9ca876c53d473922f61427f67d5c4..ade7e7f64648c3c6220cdd506db5550d679227b5 100644 (file)
@@ -10,7 +10,7 @@ IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=evdev:", \
 # AT keyboard matching by the machine's DMI data
 ENV{ID_INPUT_KEY}=="?*", DRIVERS=="atkbd", \
   IMPORT{builtin}="hwdb 'evdev:atkbd:$attr{[dmi/id]modalias}'", \
-  RUN{builtin}+="keyboard", GOTO="keyboard_end"
+  RUN{builtin}+="keyboard", GOTO="evdev_end"
 
 # device matching the input device name and the machine's DMI data
 KERNELS=="input*", IMPORT{builtin}="hwdb 'evdev:name:$attr{name}:$attr{[dmi/id]modalias}'", \