mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 12:18:15 +02:00
test: fix keyboard capabilities
LITEST_KEYBOARD is the device type, not a feature. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6a61032625
commit
ec2b4bbaff
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ litest_create_keyboard(struct litest_device *d)
|
||||||
|
|
||||||
struct litest_test_device litest_keyboard_device = {
|
struct litest_test_device litest_keyboard_device = {
|
||||||
.type = LITEST_KEYBOARD,
|
.type = LITEST_KEYBOARD,
|
||||||
.features = LITEST_KEYBOARD,
|
.features = LITEST_KEYS,
|
||||||
.shortname = "default keyboard",
|
.shortname = "default keyboard",
|
||||||
.setup = litest_keyboard_setup,
|
.setup = litest_keyboard_setup,
|
||||||
.teardown = litest_generic_device_teardown,
|
.teardown = litest_generic_device_teardown,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue