mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 07:30:27 +01:00
test: replace hardcoded wacom ID with the #define
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
3734a67eef
commit
3b419fb17e
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ START_TEST(device_sendevents_config_touchpad_superset)
|
|||
uint32_t modes;
|
||||
|
||||
/* The wacom devices in the test suite are external */
|
||||
if (libevdev_get_id_vendor(dev->evdev) == 0x56a) /* wacom */
|
||||
if (libevdev_get_id_vendor(dev->evdev) == VENDOR_ID_WACOM)
|
||||
return;
|
||||
|
||||
device = dev->libinput_device;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue