test: fix udev rule for waltop tablet test device

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-02-17 09:48:28 +10:00
parent 92196ce555
commit 6b561d4505

View file

@ -234,7 +234,7 @@ static const char udev_rule[] =
"ATTRS{name}==\"litest WALTOP Batteryless Tablet*\",\\\n"
" ENV{LIBINPUT_ATTR_SIZE_HINT}=\"200x200\"\n"
"\n"
"LABEL=\"touchpad_end\"";
"LABEL=\"waltop_end\"";
struct litest_test_device litest_waltop_tablet_device = {
.type = LITEST_WALTOP,