From 1c73d171b2814bf2809aa48c2d4b683a064a4f7e Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 15 Jun 2010 21:05:52 +0200 Subject: refactor: Introduce mtdev With the addition of the kernel MT slots, the MT event protocol is capable of efficiently propagating changes to a set of tracked contacts. At the same time, the need to treat a variety of different kernel drivers is increased. This patch introduces the mtdev, an abstract MT device which converts all valid MT event formats into a uniform, slotted type B event stream. A command-line test program is included. Signed-off-by: Henrik Rydberg --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1ed5758..546d1fb 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ XMODULES = driver o_match = match -o_mtdev = iobuf caps hwdata +o_mtdev = iobuf caps core hwdata o_src = hwstate mtstate memory mtouch gestures @@ -17,6 +17,7 @@ o_driver= multitouch TARGETS += match/test TARGETS += mtdev/mapgen +TARGETS += mtdev/test TARGETS += src/test OBJECTS = $(addsuffix .o,\ -- cgit v1.2.3