From 6af29dacaaea968955ca1690037a9f6e9e0fb0ff Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 15 Apr 2022 12:26:02 +0200 Subject: add log msgs for non-detection of ps2 wheel --- mousmain.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mousmain.c') diff --git a/mousmain.c b/mousmain.c index 80a62fd..c62712c 100644 --- a/mousmain.c +++ b/mousmain.c @@ -49,6 +49,9 @@ static int set_wheel(LPTSRDATA data, bool enable) if (data->usewheel) { detect_wheel(data); + if (!data->haswheel) { + fprintf(stderr, "Could not find PS/2 wheel mouse\n"); + } } else { data->haswheel = false; } -- cgit v1.2.3