mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 14:00:06 +01:00
No need for the indirection of PROGRAM, then ENV for the output value. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
6 lines
228 B
Text
6 lines
228 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"
|