mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 21:40:40 +01:00
test: use identifiable shortnames for the Intuos5 devices
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9deb57e9b5
commit
3542855902
3 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue