-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
fix(radio): "DCL - The Game" not detecting USB joystick #4653
Conversation
…red USB device
I have already made a request for a proper PID code for EdgeTX |
Yes, a propper PID is the right way to go. |
I hope you made a request for a range, as we need more than one as
previously discussed with one of the pidcodes maintainers (for future
planned changes).
We will probably need to add an option to change the name for legacy applications, but there is no rush for that. Reverting to the old name works for now for apps silly enough to not honor the VID/PID alone.
…On Sat, 17 Feb 2024, 7:56 am 3djc, ***@***.***> wrote:
I have already made a request for a proper PID code for EdgeTX
—
Reply to this email directly, view it on GitHub
<#4653 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJ66KIJ7NWNEFUBCDVES43YT7IYHAVCNFSM6AAAAABDMWDGDCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBZGM4TCMJUHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I have not since their request process doesn't allow range request. |
For clarity, we're talking about this, correct? pidcodes/pidcodes.github.com#929 When I emailed back in April last year about the possibility of requesting multiple PIDs, Nick suggested
I would interpret that as needing to create multiple folders, once for each of requested PIDs. |
I have deleted the PR since it interferes with existing activities. Sorry wasn't aware of those |
Don't be... I'm not sure of the exact PR offhand (there was a couple at the time), but this was raised when the usb joystick code was being worked on last, due to a bug in windows whereby it does not properly detect the difference between radios when they have the same VID/PID..., and the idea was proposed that there be a pool of PIDs so the user set a unique "profile number" for each radio, if using multiple radios. This also opens up the option of unique PIDs for different modes if desired. But if it wasn't for windows being windows, this wouldn't have been an issue. Probably should open up an issue (if there isn't one already) to outline this, so we can figure out how to actually proceed with that. 🤪 |
... a step back ? |
stop gap change to fix #4580 by reverting the USB manufacturer string to the pre-2.9.0 state ("OpenTX" instead of "EdgeTX")