Table of Contents
How can I deactivate the joystick part of the Tyon? You aren't using the X-Celerator as analog axis but your games recognize the Tyon as joystick. To prevent this, here's a udev rule that deactivates the joystick part of the Tyon:
SUBSYSTEM=="usb", ATTR{bInterfaceNumber}=="02", ATTRS{idVendor}=="1e7d", ATTRS{idProduct}=="2e4a|2e4b", RUN+="/bin/sh -c '/bin/echo -n %k >/sys${DEVPATH}/driver/unbind'"
Just put this rule in a file like /etc/udev/rules.d/90-tyon.rules
and replug.
My answer wasn't addressed here, where to look now? Problems that apply to all devices are addressed here the section called “FAQs”.