mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 08:00:08 +01:00
test: rename the identifier in the 50-litest.conf
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0ccf43600c
commit
c64d148372
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Ignore devices created by libinput's test suite (litest)
|
# Ignore devices created by libinput's test suite (litest)
|
||||||
Section "InputClass"
|
Section "InputClass"
|
||||||
Identifier "libinput test suite blacklist"
|
Identifier "Ignore libinput test suite devices"
|
||||||
MatchProduct "litest"
|
MatchProduct "litest"
|
||||||
Option "Ignore" "on"
|
Option "Ignore" "on"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ devices created by this test suite:
|
||||||
.RS 4
|
.RS 4
|
||||||
.nf
|
.nf
|
||||||
.B "Section ""InputClass""
|
.B "Section ""InputClass""
|
||||||
.B " Identifier ""libinput test suite blacklist""
|
.B " Identifier ""Ignore libinput test suite devices""
|
||||||
.B " MatchProduct ""litest""
|
.B " MatchProduct ""litest""
|
||||||
.B " Option ""Ignore"" ""on""
|
.B " Option ""Ignore"" ""on""
|
||||||
.B "EndSection"
|
.B "EndSection"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue