diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-12-21 09:32:56 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-12-21 09:52:07 +0100 |
commit | de8409ac43f6e4596de4cecce8dbbb5f1f2a18b1 (patch) | |
tree | 3e5c6783ff002527c8e09f49592a9a30d02a7c4d /rules.d/60-evdev.rules | |
parent | man: create a new section for nspawn files in systemd.syntax man page (#25807) (diff) | |
download | systemd-de8409ac43f6e4596de4cecce8dbbb5f1f2a18b1.tar.xz systemd-de8409ac43f6e4596de4cecce8dbbb5f1f2a18b1.zip |
rules: add missing line continuation
Fixes a bug introduced by 953c928c24455744d5534679998d129b947a5e04.
Fixes #25811.
Diffstat (limited to 'rules.d/60-evdev.rules')
-rw-r--r-- | rules.d/60-evdev.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.d/60-evdev.rules b/rules.d/60-evdev.rules index 15483101e7..c97cdecb58 100644 --- a/rules.d/60-evdev.rules +++ b/rules.d/60-evdev.rules @@ -6,7 +6,7 @@ KERNEL!="event*", GOTO="evdev_end" # Execute the match patterns below, from least-to-most specific. # Device matching the modalias string (bustype, vendor, product, version, other properties) -IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=evdev:", +IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=evdev:", \ ENV{.HAVE_HWDB_PROPERTIES}="1" # AT keyboard matching by the machine's DMI data |