mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 08:40:06 +01:00
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:
parent
0a2bbdf6e7
commit
736de2f9a7
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue