mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-04 02:40:16 +01:00
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:
parent
d43dc1192d
commit
cbf17131b9
2 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
Loading…
Add table
Reference in a new issue