File: 80-libinput-device-groups.rules.in

package info (click to toggle)
libinput 1.12.6-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,720 kB
  • sloc: ansic: 68,031; python: 1,632; sh: 173; makefile: 16; cpp: 7
file content (9 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (2)
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"