Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Udev rules for XGaming USBAdapter #51

Open
r0lly opened this issue Apr 11, 2019 · 0 comments
Open

Udev rules for XGaming USBAdapter #51

r0lly opened this issue Apr 11, 2019 · 0 comments

Comments

@r0lly
Copy link

r0lly commented Apr 11, 2019

Whilst the older PS2 XArcade USBAdapter support has been added, the Udev rules are missing to start this up. Adding these two rules to the 80-xarcade.rules file fixes the issue for Jessie+ and Wheezy respectively.

ACTION=="add", SUBSYSTEM=="input", ATTRS{idVendor}=="aa55", ATTRS{idProduct}=="0201", TEST=="/bin/systemd", TAG+="systemd", ENV{SYSTEMD_WANTS}+="xarcade2jstick.service"

ACTION=="add", SUBSYSTEM=="input", ATTRS{idVendor}=="aa55", ATTRS{idProduct}=="0201", TEST!="/bin/systemd", RUN+="/usr/local/bin/xarcade2jstick -d -s"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant