mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-29 10:10:16 +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 281ecf10d1)
6 lines
227 B
Text
6 lines
227 B
Text
ACTION!="add|change", GOTO="libinput_device_group_end"
|
|
KERNEL!="event[0-9]*", GOTO="libinput_device_group_end"
|
|
|
|
ATTRS{phys}=="?*", IMPORT{program}="@UDEV_TEST_PATH@libinput-device-group %S%p"
|
|
|
|
LABEL="libinput_device_group_end"
|