From 8494668c2ddea84d5aeed86a13cae16979d7b53b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 20 Oct 2017 14:58:25 +1000 Subject: [PATCH] test: fix missing BTN_9 for the MobileStudio device Signed-off-by: Peter Hutterer --- test/litest-device-wacom-mobilestudio-pro-pad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/litest-device-wacom-mobilestudio-pro-pad.c b/test/litest-device-wacom-mobilestudio-pro-pad.c index 2571e7d9..d0c1292c 100644 --- a/test/litest-device-wacom-mobilestudio-pro-pad.c +++ b/test/litest-device-wacom-mobilestudio-pro-pad.c @@ -87,6 +87,7 @@ static int events[] = { EV_KEY, BTN_6, EV_KEY, BTN_7, EV_KEY, BTN_8, + EV_KEY, BTN_9, EV_KEY, BTN_SOUTH, EV_KEY, BTN_EAST, EV_KEY, BTN_C,