Comment 33 for bug 581862

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote : Re: Problematic joystick device with Microsoft Nano Transceiver

Changing back to Confirmed, still happens. For example in Psychonauts from Ubuntu store this bug causes the character to run in one direction all the time.

Creating a file /lib/udev/rules.d/52-ms-keyboard.rules and adding the following there does workaround the problem:

SUBSYSTEM=="input", ATTRS{idVendor}=="045e", ATTRS{idProduct}=="0745", KERNEL=="js[0-9]*", MODE="0000"

(adapted from https://bbs.archlinux.org/viewtopic.php?id=142469)