From 2de220f3dd671c773ef0f674e2050279291a5872 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 25 Jun 2014 15:37:33 +1000 Subject: [PATCH] test: add missing BTN_TOOL_ settings to Wacom I5 Signed-off-by: Peter Hutterer --- test/litest-wacom-intuos-tablet.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/litest-wacom-intuos-tablet.c b/test/litest-wacom-intuos-tablet.c index e30d6066..2d95ad14 100644 --- a/test/litest-wacom-intuos-tablet.c +++ b/test/litest-wacom-intuos-tablet.c @@ -113,6 +113,11 @@ static int events[] = { EV_KEY, BTN_EXTRA, EV_KEY, BTN_TOOL_PEN, EV_KEY, BTN_TOOL_RUBBER, + EV_KEY, BTN_TOOL_BRUSH, + EV_KEY, BTN_TOOL_PENCIL, + EV_KEY, BTN_TOOL_AIRBRUSH, + EV_KEY, BTN_TOOL_MOUSE, + EV_KEY, BTN_TOOL_LENS, EV_KEY, BTN_TOUCH, EV_KEY, BTN_STYLUS, EV_KEY, BTN_STYLUS2,