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 <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-08-07 09:56:54 +10:00
parent d43dc1192d
commit cbf17131b9
2 changed files with 2 additions and 2 deletions

View file

@ -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',

View file

@ -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,