1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
[](LICENSE.md)
[](https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-game%2Fperipheral.xarcade/branches)
# X-Arcade Tankstick driver for Kodi

This is a peripheral add-on for Kodi that enables input from the X-Arcade Tankstick. I found [Xarcade2Jstick](https://github.com/petrockblog/Xarcade2Jstick) to be a helpful reference. Thank you Xarcade2Jstick author!
## Wiki help
The wiki article is: [HOW-TO:X-Arcade Tankstick in Kodi](https://kodi.wiki/view/HOW-TO:X-Arcade_Tankstick_in_Kodi).
## Fixing permissions
In general the `/dev/input/event*` devices can only be opened by root. This is to prevent keystroke logging security attacks.
To give non-root users read access to the X-Arcade Tankstick, place [80-xarcade.rules](rules/80-xarcade.rules) in `/etc/udev/rules.d/`.
|