1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

rules: add missing line continuation

Fixes a bug introduced by 953c928c24.

Fixes #25811.
This commit is contained in:
Yu Watanabe 2022-12-21 17:32:56 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent df7f714acc
commit de8409ac43

View 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