summaryrefslogtreecommitdiff
path: root/test/litest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/litest.c')
-rw-r--r--test/litest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/litest.c b/test/litest.c
index 42d97d6..c1177b8 100644
--- a/test/litest.c
+++ b/test/litest.c
@@ -1583,6 +1583,7 @@ touch_up(struct litest_device *d, unsigned int slot)
struct input_event up[] = {
{ .type = EV_ABS, .code = ABS_MT_SLOT, .value = LITEST_AUTO_ASSIGN },
{ .type = EV_ABS, .code = ABS_MT_TRACKING_ID, .value = -1 },
+ { .type = EV_ABS, .code = ABS_MT_PRESSURE, .value = 0 },
{ .type = EV_SYN, .code = SYN_REPORT, .value = 0 },
{ .type = -1, .code = -1 }
};