Comment 32 for bug 1077359

Revision history for this message
Olivier Scherler (osweb) wrote :

It’s the result of a change in the HID driver to ignore out-of-range values. The Xin-Mo Dual Arcade reports min values of -1 for all its axes, but it actually sends -2 (the naughty).

I managed to write a fix as a kernel module, but I couldn’t figure out how to enable it without recompiling the kernel, because I had to add the vendor and device IDs to drivers/hid/hid-core.c.