aboutsummaryrefslogtreecommitdiff
path: root/mousetsr.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2023-12-16 02:53:17 +0100
committerJavier <dev.git@javispedro.com>2023-12-16 02:53:17 +0100
commite99a4724c02649c16159a2b2ab2419a9c1a2fc9d (patch)
tree0ba8c2864aaa0b3e5d9101c7602f14730a180102 /mousetsr.h
parent4091173cceea8f2c3b0cdbc19a1adb6bd87c0a94 (diff)
downloadvbados-e99a4724c02649c16159a2b2ab2419a9c1a2fc9d.tar.gz
vbados-e99a4724c02649c16159a2b2ab2419a9c1a2fc9d.zip
separate define for tracing ps/2 protocol events
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