From 3816e3b6793f181320c7ee35fd2a2735e59a3ff1 Mon Sep 17 00:00:00 2001 From: SarahW Date: Wed, 9 Aug 2017 18:02:36 +0100 Subject: [PATCH] Mouse Systems mouse now sends data when serial interrupt disabled. Fixed Visi On. --- src/mouse_msystems.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mouse_msystems.c b/src/mouse_msystems.c index 340b2f7..baa0aea 100644 --- a/src/mouse_msystems.c +++ b/src/mouse_msystems.c @@ -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;