test: add missing BTN_TOOL_ settings to Wacom I5

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2014-06-25 15:37:33 +10:00
parent 7444926b29
commit 2de220f3dd

View file

@ -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,