HOW-TO:X-Arcade Tankstick in Kodi
Appearance
The X-Arcade Tankstick is supported on Linux using the X-Arcade Tankstick add-on. It can be enabled in the Add-on Manager under the Peripheral Libraries folder.
Fixing permissions
To prevent keystroke logging security attacks, /dev/input/event* devices can only be opened by root. To give non-root users read access, place 80-xarcade.rules in the folder /etc/udev/rules.d/.
This can be done using the commands:
wget https://raw.github.com/kodi-game/peripheral.xarcade/master/rules/80-xarcade.rules cat 80-xarcade.rules sudo cp 80-xarcade.rules /etc/udev/rules.d/