Skip to content

Commit

Permalink
Detect more types of IMPS/2 mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Jul 13, 2001
1 parent e749171 commit 289389b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/fbcon/SDL_fbevents.c
Expand Up @@ -482,7 +482,7 @@ static int detect_imps2(int fd)
#ifdef DEBUG_MOUSE
fprintf(stderr, "Last mouse mode: 0x%x\n", ch);
#endif
if ( ch == 3 ) {
if ( (ch == 3) || (ch == 4) ) {
imps2 = 1;
}
}
Expand Down

0 comments on commit 289389b

Please sign in to comment.