From e99a4724c02649c16159a2b2ab2419a9c1a2fc9d Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 16 Dec 2023 02:53:17 +0100 Subject: separate define for tracing ps/2 protocol events --- mousetsr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mousetsr.h') 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 -- cgit v1.2.3