From 20ccb81726a449cdb3abb3797482c5e79ea3def9 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 14 Jun 2018 15:16:03 +1000 Subject: [PATCH] test: fix a test device section name Signed-off-by: Peter Hutterer --- test/litest-device-apple-appletouch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/litest-device-apple-appletouch.c b/test/litest-device-apple-appletouch.c index c7a9e4f1..26f94fc5 100644 --- a/test/litest-device-apple-appletouch.c +++ b/test/litest-device-apple-appletouch.c @@ -84,7 +84,7 @@ static struct input_absinfo absinfo[] = { }; static const char quirk_file[] = -"[litest ALPS Touchpad]\n" +"[litest Apple Touchpad]\n" "MatchName=litest appletouch\n" "ModelAppleTouchpadOneButton=1\n";