Skip to content

Commit

Permalink
test: use identifiable shortnames for the Intuos5 devices
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Apr 30, 2019
1 parent 9deb57e commit 3542855
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/litest-device-wacom-intuos5-finger.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion test/litest-device-wacom-intuos5-pad.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion test/litest-device-wacom-intuos5-pen.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3542855

Please sign in to comment.