From: Yu Watanabe Date: Wed, 21 Dec 2022 08:32:56 +0000 (+0900) Subject: rules: add missing line continuation X-Git-Tag: v253-rc1~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de8409ac43f6e4596de4cecce8dbbb5f1f2a18b1;p=thirdparty%2Fsystemd.git rules: add missing line continuation Fixes a bug introduced by 953c928c24455744d5534679998d129b947a5e04. Fixes #25811. --- diff --git a/rules.d/60-evdev.rules b/rules.d/60-evdev.rules index 15483101e75..c97cdecb58d 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