mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-30 13:00:10 +01:00
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>
6 lines
201 B
Text
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
|