]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - rules/60-evdev.rules
Merge pull request #12346 from poettering/accept-flush
[thirdparty/systemd.git] / rules / 60-evdev.rules
index f5d5ba6a5f8393fbbc501d43af76b0bac72937ea..e5e608acd3daa4a73990a1ce8e17aa8842f46ffd 100644 (file)
@@ -8,7 +8,7 @@ IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=evdev:", \
   RUN{builtin}+="keyboard", GOTO="evdev_end"
 
 # AT keyboard matching by the machine's DMI data
-ENV{ID_INPUT_KEY}=="?*", DRIVERS=="atkbd", \
+DRIVERS=="atkbd", \
   IMPORT{builtin}="hwdb 'evdev:atkbd:$attr{[dmi/id]modalias}'", \
   RUN{builtin}+="keyboard", GOTO="evdev_end"