From cbf17131b961b46eaddcd14c79c2942ce5eb2086 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 7 Aug 2018 09:56:54 +1000 Subject: [PATCH] test: rename the x220 clickpad to something more telling Having this as the generic "synaptics" touchpad in the tests is not helpful, this touchpad is tiny and quite special these days. Signed-off-by: Peter Hutterer --- meson.build | 2 +- ...litest-device-synaptics.c => litest-device-synaptics-x220.c} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename test/{litest-device-synaptics.c => litest-device-synaptics-x220.c} (99%) diff --git a/meson.build b/meson.build index 3fc49bda..98e31645 100644 --- a/meson.build +++ b/meson.build @@ -730,7 +730,7 @@ if get_option('tests') 'test/litest-device-ms-surface-cover.c', 'test/litest-device-protocol-a-touch-screen.c', 'test/litest-device-qemu-usb-tablet.c', - 'test/litest-device-synaptics.c', + 'test/litest-device-synaptics-x220.c', 'test/litest-device-synaptics-hover.c', 'test/litest-device-synaptics-i2c.c', 'test/litest-device-synaptics-rmi4.c', diff --git a/test/litest-device-synaptics.c b/test/litest-device-synaptics-x220.c similarity index 99% rename from test/litest-device-synaptics.c rename to test/litest-device-synaptics-x220.c index 50ddc44c..c570297b 100644 --- a/test/litest-device-synaptics.c +++ b/test/litest-device-synaptics-x220.c @@ -102,7 +102,7 @@ static struct input_absinfo absinfo[] = { { .value = -1 } }; -TEST_DEVICE("synaptics", +TEST_DEVICE("synaptics-x220", .type = LITEST_SYNAPTICS_CLICKPAD_X220, .features = LITEST_TOUCHPAD | LITEST_CLICKPAD | LITEST_BUTTON, .interface = &interface,