projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a61032
)
test: fix keyboard capabilities
author
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 24 Mar 2014 04:37:16 +0000
(14:37 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 24 Mar 2014 06:39:12 +0000
(16:39 +1000)
LITEST_KEYBOARD is the device type, not a feature.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/litest-keyboard.c
patch
|
blob
|
history
diff --git
a/test/litest-keyboard.c
b/test/litest-keyboard.c
index 5c142adf21a8aca458c217b130c413ec76829ff4..dd911587532add6d4b0634df0dbf6baba8b87f8b 100644
(file)
--- a/
test/litest-keyboard.c
+++ b/
test/litest-keyboard.c
@@
-106,7
+106,7
@@
litest_create_keyboard(struct litest_device *d)
struct litest_test_device litest_keyboard_device = {
.type = LITEST_KEYBOARD,
- .features = LITEST_KEY
BOARD
,
+ .features = LITEST_KEY
S
,
.shortname = "default keyboard",
.setup = litest_keyboard_setup,
.teardown = litest_generic_device_teardown,