[PATCH libinput 4/9] test: mark the synaptics clickpad as buttonpad

Peter Hutterer peter.hutterer at who-t.net
Thu Mar 27 21:38:47 PDT 2014


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
This requires the uinput device creation patch I sent out yesterday.

 test/litest-synaptics.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/litest-synaptics.c b/test/litest-synaptics.c
index d6aecc4..6df643c 100644
--- a/test/litest-synaptics.c
+++ b/test/litest-synaptics.c
@@ -125,6 +125,8 @@ litest_create_synaptics_clickpad(struct litest_device *d)
 						    EV_KEY, BTN_TOOL_DOUBLETAP,
 						    EV_KEY, BTN_TOOL_TRIPLETAP,
 						    EV_KEY, BTN_TOOL_QUADTAP,
+						    INPUT_PROP_MAX, INPUT_PROP_POINTER,
+						    INPUT_PROP_MAX, INPUT_PROP_BUTTONPAD,
 						    -1, -1);
 }
 
-- 
1.8.5.3



More information about the wayland-devel mailing list