From 9f62995eea41d30240a61befc5f2de3c8b3f4701 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 18 Nov 2021 08:21:42 +1000 Subject: test: add missing tool event in the aiptek tablet test device Needed for eraser tests Signed-off-by: Peter Hutterer --- test/litest-device-aiptek-tablet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/litest-device-aiptek-tablet.c b/test/litest-device-aiptek-tablet.c index f2bc43e9..f066a1ca 100644 --- a/test/litest-device-aiptek-tablet.c +++ b/test/litest-device-aiptek-tablet.c @@ -32,6 +32,7 @@ static struct input_event proximity_in[] = { { .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN }, /* Note: this device does not send tilt, despite claiming it has it */ { .type = EV_ABS, .code = ABS_PRESSURE, .value = LITEST_AUTO_ASSIGN }, + { .type = EV_KEY, .code = LITEST_BTN_TOOL_AUTO, .value = LITEST_AUTO_ASSIGN }, { .type = EV_SYN, .code = SYN_REPORT, .value = 0 }, { .type = -1, .code = -1 }, }; -- cgit v1.2.1