Mouse Systems mouse now sends data when serial interrupt disabled. Fixed Visi On.

This commit is contained in:
SarahW 2017-08-09 18:02:36 +01:00
commit 3816e3b679

View file

@ -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;