mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 12:40:05 +01:00
9 lines
242 B
Text
9 lines
242 B
Text
|
|
ACTION!="add|change", GOTO="libinput_device_group_end"
|
||
|
|
KERNEL!="event[0-9]*", GOTO="libinput_device_group_end"
|
||
|
|
|
||
|
|
ATTRS{phys}=="?*", \
|
||
|
|
PROGRAM="libinput-device-group %S%p", \
|
||
|
|
ENV{LIBINPUT_DEVICE_GROUP}="%c"
|
||
|
|
|
||
|
|
LABEL="libinput_device_group_end"
|