aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-04-10 23:03:46 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-04-15 06:10:07 +0200
commit999b7a48332be1a1948bc8cb2150376df9ef35ac (patch)
tree4957f9e34f70cafd1a588c7537ce599fd812a455
parent963d6f71bb64125603d59c8bb70eaeec38c6fd72 (diff)
downloadxorg-input-kobomultitouch-999b7a48332be1a1948bc8cb2150376df9ef35ac.tar.gz
xorg-input-kobomultitouch-999b7a48332be1a1948bc8cb2150376df9ef35ac.tar.bz2
xorg-input-kobomultitouch-999b7a48332be1a1948bc8cb2150376df9ef35ac.zip
Add MTState debug output
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
-rw-r--r--src/mtouch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mtouch.c b/src/mtouch.c
index e47d69d..f5acd71 100644
--- a/src/mtouch.c
+++ b/src/mtouch.c
@@ -62,4 +62,7 @@ void parse_event(struct MTouch *mt)
{
modify_hwstate(&mt->hs, &mt->hw, &mt->caps);
extract_mtstate(&mt->state, &mt->hs, &mt->caps);
+#if 0
+ output_mtstate(&mt->state);
+#endif
}