Closed parkerlreed closed 1 year ago
Sorry for the long delay, thank you for the contribution.
Regarding the question about js0
or js1
… Well, in practice it doesn't matter. First, because although the device file is being removed from the /dev/
, the kernel (and maybe udev?) still knows the device, so certainly the the device is still being counted somewhere. And secondly, imagine you plug two gamepads, and then unplug the first one. Now you have only one plugged, and its number is 1
instead of 0
. This is perfectly normal.
Also, thank you very much for providing enough information with your report. That is really appreciated and it really helps.
I have a Lenovo keyboard that I had to add manually
Also, it removed
js0
correctly but I've noticed that new gamepads that are connected start atjs1
. Is this intended? I would assume if the device node is removed then it could be used later by something else.