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;