mirror of
https://github.com/systemd/systemd.git
synced 2024-11-26 19:53:45 +08:00
rules: add missing line continuation
Fixes a bug introduced by 953c928c24
.
Fixes #25811.
This commit is contained in:
parent
df7f714acc
commit
de8409ac43
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user