From 1ab2ef40ea37ea735fae69398b4c8ea0b9bab364 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 14 Jun 2018 15:17:46 +1000 Subject: [PATCH] test: fix the input_id struct for the ALPS touchpad Signed-off-by: Peter Hutterer --- test/litest-device-alps-dualpoint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/litest-device-alps-dualpoint.c b/test/litest-device-alps-dualpoint.c index b9943001..57008f61 100644 --- a/test/litest-device-alps-dualpoint.c +++ b/test/litest-device-alps-dualpoint.c @@ -75,7 +75,8 @@ static struct litest_device_interface interface = { static struct input_id input_id = { .bustype = 0x11, .vendor = 0x2, - .product = 0x310, + .product = 0x8, + .version = 0x310, }; static int events[] = {