mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 03:20:05 +01:00
IMPORT really only supports == and != and for a short while udevd warned about
this before that warning was reverted again.
Where anything else is used, it falls back to ==. systemd upstream rules all
use a single = though, so let's stick with that to be consistent, even if it
is technically wrong (udevd will warn about this in debug mode).
See the long discussion in systemd upstream for details:
https://github.com/systemd/systemd/issues/14062
Fixes #461
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| 80-libinput-device-groups.rules.in | ||
| 90-libinput-fuzz-override.rules.in | ||
| libinput-device-group.c | ||
| libinput-fuzz-extract.c | ||
| libinput-fuzz-to-zero.c | ||
| test-libinput-fuzz-extract.c | ||