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

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

LABEL="libinput_device_group_end"