Skip to content

Commit fdcf538

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 47fd58e + f8aec1f commit fdcf538

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/ps2/ps2_mouse.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ void ps2_mouse_task(void) {
101101
# endif
102102
} else {
103103
if (debug_mouse) print("ps2_mouse: fail to get mouse packet\n");
104-
/* return here to avoid updating the mouse button state */
105-
return;
104+
// Continue processing anyway to ensure mouse button state is still updated
106105
}
107106
#endif
108107

0 commit comments

Comments
 (0)