libinput/test/50-litest.conf
Hans de Goede 6c4778f891 test: Prefix litest created device names with litest
And add an example xorg.conf.d .conf file for ignoring these devices under
xorg.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-06-25 11:11:45 +10:00

6 lines
201 B
Text

# Ignore devices created by libinput's test suite (litest)
Section "InputClass"
Identifier "libinput test suite blacklist"
MatchProduct "litest"
Option "Ignore" "on"
EndSection