I have a Microsoft Wired Keyboard 600. 
Used the command:
$ udevadm info -q path -a -n input/js0

to get the precise parameters for the udev rules file.

And this is my workaround:

<pre>
idaho@streetfighter2:~$ cat /etc/udev/rules.d/99-false-joystick-microsoft.rules
SUBSYSTEM=="input", ATTRS{name}=="Microsoft Wired Keyboard 600", 
ATTRS{phys}=="*/input1", RUN{program}+="/bin/rm %p", RUN{program}+="/bin/rm 
/dev/input/%k"
</pre>

This deletes every /dev entry for the second device of the keyboard
(input1), including /dev/input/js0 and /dev/input/event3.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390959

Title:
  045e:00b0 Microsoft keyboard and 045e:0745 nano transceiver recognised
  as joystick - interferes with some games

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/390959/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to