diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-06-15 21:05:52 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-06-16 02:28:08 +0200 |
| commit | 1c73d171b2814bf2809aa48c2d4b683a064a4f7e (patch) | |
| tree | a03e36ec079824362c94555541a33baec3c34644 /Makefile | |
| parent | 753a645f463f2d72234554bc211cc32f65129929 (diff) | |
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 <rydberg@euromail.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -9,7 +9,7 @@ XMODULES = driver | |||
| 9 | 9 | ||
| 10 | o_match = match | 10 | o_match = match |
| 11 | 11 | ||
| 12 | o_mtdev = iobuf caps hwdata | 12 | o_mtdev = iobuf caps core hwdata |
| 13 | 13 | ||
| 14 | o_src = hwstate mtstate memory mtouch gestures | 14 | o_src = hwstate mtstate memory mtouch gestures |
| 15 | 15 | ||
| @@ -17,6 +17,7 @@ o_driver= multitouch | |||
| 17 | 17 | ||
| 18 | TARGETS += match/test | 18 | TARGETS += match/test |
| 19 | TARGETS += mtdev/mapgen | 19 | TARGETS += mtdev/mapgen |
| 20 | TARGETS += mtdev/test | ||
| 20 | TARGETS += src/test | 21 | TARGETS += src/test |
| 21 | 22 | ||
| 22 | OBJECTS = $(addsuffix .o,\ | 23 | OBJECTS = $(addsuffix .o,\ |
