From f8aec1f50cc406fa5f4b56ae89f9e87fee4876f0 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Tue, 26 May 2026 08:42:44 +0800 Subject: [PATCH] fix(input): Resolve lost mouse clicks in PS/2 streaming mode (#25942) --- drivers/ps2/ps2_mouse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/ps2/ps2_mouse.c b/drivers/ps2/ps2_mouse.c index a51b86598e2..65a8a4f4d08 100644 --- a/drivers/ps2/ps2_mouse.c +++ b/drivers/ps2/ps2_mouse.c @@ -101,8 +101,7 @@ void ps2_mouse_task(void) { # endif } else { if (debug_mouse) print("ps2_mouse: fail to get mouse packet\n"); - /* return here to avoid updating the mouse button state */ - return; + // Continue processing anyway to ensure mouse button state is still updated } #endif