Skip to content

Commit

Permalink
test: fix the device name for the magic mouse test device
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 04c6439)
  • Loading branch information
whot committed Nov 14, 2017
1 parent 8966000 commit 03cd377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/litest-device-apple-magicmouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 03cd377

Please sign in to comment.