Skip to content

Commit

Permalink
rules: add missing line continuation
Browse files Browse the repository at this point in the history
Fixes a bug introduced by 953c928.

Fixes #25811.
  • Loading branch information
yuwata authored and keszybz committed Dec 21, 2022
1 parent df7f714 commit de8409a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.d/60-evdev.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de8409a

Please sign in to comment.