summaryrefslogtreecommitdiff
path: root/rules.d
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-12-21 17:32:56 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-12-21 09:52:07 +0100
commitde8409ac43f6e4596de4cecce8dbbb5f1f2a18b1 (patch)
tree3e5c6783ff002527c8e09f49592a9a30d02a7c4d /rules.d
parentdf7f714acc359cb39384644330726c887765edd6 (diff)
downloadsystemd-de8409ac43f6e4596de4cecce8dbbb5f1f2a18b1.tar.gz
rules: add missing line continuation
Fixes a bug introduced by 953c928c24455744d5534679998d129b947a5e04. Fixes #25811.
Diffstat (limited to 'rules.d')
-rw-r--r--rules.d/60-evdev.rules2
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