]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
rules: add missing line continuation
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 21 Dec 2022 08:32:56 +0000 (17:32 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 21 Dec 2022 08:52:07 +0000 (09:52 +0100)
Fixes a bug introduced by 953c928c24455744d5534679998d129b947a5e04.

Fixes #25811.

rules.d/60-evdev.rules

index 15483101e7515c740893dd9f51eabe88659ed93f..c97cdecb58d26a124d8e0740f56bfa1fd23dc1b9 100644 (file)
@@ -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