From 43156b4f77dd1a898c54b6fbed8d1f9d893d239e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 10 Jun 2019 21:52:41 +1000 Subject: [PATCH] test: add the 24HDT pad to the custom device group Signed-off-by: Peter Hutterer --- test/litest-device-wacom-cintiq-24hdt-pad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/litest-device-wacom-cintiq-24hdt-pad.c b/test/litest-device-wacom-cintiq-24hdt-pad.c index 06c6b864..58733d5d 100644 --- a/test/litest-device-wacom-cintiq-24hdt-pad.c +++ b/test/litest-device-wacom-cintiq-24hdt-pad.c @@ -118,6 +118,7 @@ static const char udev_rule[] = "KERNEL!=\"event*\", GOTO=\"pad_end\"\n" "\n" "ATTRS{name}==\"litest Wacom Cintiq 24 HD touch Pad*\",\\\n" +" ENV{LIBINPUT_DEVICE_GROUP}=\"wacom-24hdt-group\",\\\n" " ENV{ID_INPUT_TABLET_PAD}=\"1\"\n" "\n" "LABEL=\"pad_end\"";