aboutsummaryrefslogtreecommitdiff
path: root/mousetsr.h
diff options
context:
space:
mode:
Diffstat (limited to 'mousetsr.h')
-rw-r--r--mousetsr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mousetsr.h b/mousetsr.h
index c37c751..43fccc1 100644
--- a/mousetsr.h
+++ b/mousetsr.h
@@ -39,7 +39,9 @@
/** Trace mouse events verbosily. */
#define TRACE_EVENTS 0
/** Trace (noisy) API calls. */
-#define TRACE_CALLS 1
+#define TRACE_CALLS 0
+/** Trace (noisy) PS/2 protocol bytes. */
+#define TRACE_PROTO 0
/** The reported MS MOUSE compatible version to programs who ask for it. */
#define REPORTED_VERSION_MAJOR 6