mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 23:10:07 +01:00
test: fix the device name for the magic mouse test device
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
fb467dce8f
commit
04c6439449
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ static const char udev_rule[] =
|
|||
"\n"
|
||||
"LABEL=\"mouse_end\"";
|
||||
|
||||
TEST_DEVICE("litest-magicmouse-device",
|
||||
TEST_DEVICE("magicmouse",
|
||||
.type = LITEST_MAGICMOUSE,
|
||||
.features = LITEST_RELATIVE | LITEST_BUTTON | LITEST_WHEEL,
|
||||
.interface = &interface,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue