mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
rules: add missing line continuation
Fixes a bug introduced by953c928c24
. Fixes #25811. (cherry picked from commitde8409ac43
)
This commit is contained in:
parent
61f5710d0b
commit
856a02f338
@ -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