From 04c6439449a81310c436be6ef85ad5edef1c4d59 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 2 Nov 2017 10:21:46 +1000 Subject: [PATCH] test: fix the device name for the magic mouse test device Signed-off-by: Peter Hutterer --- test/litest-device-apple-magicmouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/litest-device-apple-magicmouse.c b/test/litest-device-apple-magicmouse.c index f657415a..10852e9e 100644 --- a/test/litest-device-apple-magicmouse.c +++ b/test/litest-device-apple-magicmouse.c @@ -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,