test: use identifiable shortnames for the Intuos5 devices

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-04-30 15:27:35 +10:00
parent 9deb57e9b5
commit 3542855902
3 changed files with 3 additions and 3 deletions

View file

@ -112,7 +112,7 @@ static const char udev_rule[] =
"\n"
"LABEL=\"rule_end\"";
TEST_DEVICE("wacom-finger",
TEST_DEVICE("wacom-intuos5-finger",
.type = LITEST_WACOM_FINGER,
.features = LITEST_TOUCHPAD,
.interface = &interface,

View file

@ -100,7 +100,7 @@ static const char udev_rule[] =
"\n"
"LABEL=\"pad_end\"";
TEST_DEVICE("wacom-pad",
TEST_DEVICE("wacom-intuos5-pad",
.type = LITEST_WACOM_INTUOS5_PAD,
.features = LITEST_TABLET_PAD | LITEST_RING,
.interface = &interface,

View file

@ -151,7 +151,7 @@ static const char udev_rule[] =
"\n"
"LABEL=\"rule_end\"";
TEST_DEVICE("wacom-intuos-tablet",
TEST_DEVICE("wacom-intuos5-tablet",
.type = LITEST_WACOM_INTUOS,
.features = LITEST_TABLET | LITEST_DISTANCE | LITEST_TOOL_SERIAL | LITEST_TILT | LITEST_TOOL_MOUSE | LITEST_HOVER,
.interface = &interface,