mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-29 21:50:08 +01: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 = {
|
||||
.type = LITEST_KEYBOARD,
|
||||
.features = LITEST_KEYBOARD,
|
||||
.features = LITEST_KEYS,
|
||||
.shortname = "default keyboard",
|
||||
.setup = litest_keyboard_setup,
|
||||
.teardown = litest_generic_device_teardown,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue