From 48a2eeb5252fa0c74b2e376579464b0056436292 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 20 Oct 2017 14:55:24 +1000 Subject: [PATCH] test: fix pid for the 13HDT pad --- test/litest-device-wacom-cintiq-13hdt-pad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/litest-device-wacom-cintiq-13hdt-pad.c b/test/litest-device-wacom-cintiq-13hdt-pad.c index f3fae269..bfba5d80 100644 --- a/test/litest-device-wacom-cintiq-13hdt-pad.c +++ b/test/litest-device-wacom-cintiq-13hdt-pad.c @@ -72,7 +72,7 @@ static struct input_absinfo absinfo[] = { static struct input_id input_id = { .bustype = 0x3, .vendor = 0x56a, - .product = 0x33, + .product = 0x333, .version = 0x110, };