Mouse Systems mouse now sends data when serial interrupt disabled. Fixed Visi On.
This commit is contained in:
parent
5b90fdf0c2
commit
3816e3b679
1 changed files with 0 additions and 2 deletions
|
|
@ -18,8 +18,6 @@ static void mouse_msystems_poll(int x, int y, int z, int b, void *p)
|
|||
SERIAL *serial = mouse->serial;
|
||||
uint8_t mousedat[4];
|
||||
|
||||
if (!(serial->ier & 1))
|
||||
return;
|
||||
if (!x && !y && b == mouse->oldb)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue