From 736de2f9a72d877f13bb0ba6fbba1edd108cb3e6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 31 Jan 2020 12:23:24 +1000 Subject: [PATCH] test: add a comment to a test device Just so I don't have to look up the git history next time 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 e417aa4c..bac3ecdc 100644 --- a/test/litest-device-aiptek-tablet.c +++ b/test/litest-device-aiptek-tablet.c @@ -27,6 +27,7 @@ #include "litest-int.h" static struct input_event proximity_in[] = { + /* Note: this device does not send BTN_TOOL_PEN */ { .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN }, { .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN }, /* Note: this device does not send tilt, despite claiming it has it */