mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 13:30:27 +01:00
test: add missing tool event in the aiptek tablet test device
Needed for eraser tests Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
878d00b0e9
commit
9f62995eea
1 changed files with 1 additions and 0 deletions
|
|
@ -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 },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue