2 parents 47fd58e + f8aec1f commit fdcf538Copy full SHA for fdcf538
1 file changed
drivers/ps2/ps2_mouse.c
@@ -101,8 +101,7 @@ void ps2_mouse_task(void) {
101
# endif
102
} else {
103
if (debug_mouse) print("ps2_mouse: fail to get mouse packet\n");
104
- /* return here to avoid updating the mouse button state */
105
- return;
+ // Continue processing anyway to ensure mouse button state is still updated
106
}
107
#endif
108
0 commit comments