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 <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-01-31 12:23:24 +10:00
parent 0a2bbdf6e7
commit 736de2f9a7

View file

@ -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 */