-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Use the udev "uniq" attribute when generating the device GUID #407
Conversation
7835ec4
to
51f1d59
Compare
Hi @zvova7890 and thanks for your contribution. I'll take a look at your patch over the weekend. |
Using the udev attribute |
Obviously you are absolutely right, when I wrote the code I also took the |
a785ab9
to
c5eb00b
Compare
I updated to using the |
It helps to avoid duplicate GUIDs when connecting two similar joysticks.
c5eb00b
to
9106d15
Compare
Sorry for the delay, but my SSD had abandoned me. I'm reinstalling my Gentoo and recovering my data. |
😮 no worry. I hope you recover all your important data |
Co-authored-by: zvova7890 <zvova7890@gmail.com>
Many thx @zvova7890. |
I have two PS3 joysticks; I can use one without problems. But when I connect the second, I can't set up the second pad because puNES can't understand which one to pick due to identical GUIDs.
Adding a simple index to the GUID generator resolves the problem.