summaryrefslogtreecommitdiff
path: root/udev/80-libinput-device-groups.rules.in
blob: c2af0ce73d675e8a582242a11a70a2e1b04d2dc0 (plain)
1
2
3
4
5
6
7
8
ACTION!="add|change", GOTO="libinput_device_group_end"
KERNEL!="event[0-9]*", GOTO="libinput_device_group_end"

ATTRS{phys}=="?*", \
	PROGRAM="@UDEV_TEST_PATH@libinput-device-group %S%p", \
	ENV{LIBINPUT_DEVICE_GROUP}="%c"

LABEL="libinput_device_group_end"