-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Force HyperSerial detection #732
Conversation
Hi @AstaRom |
Good evening, yes I can. |
Great 👍 Yes, 'force_hyperserial' branch. It has already been merged with the latest translation resource changes introduced in '20rc1' branch. |
Done. |
* Update translations by @AstaRom * update license * Disable cache before release build * Update language file's (#716) * Force HyperSerial detection (#732) * Add ttyACM detection * Fix * Update language file's (#736) --------- Co-authored-by: Aleksandar Jovanovic <[email protected]> Co-authored-by: Roman Astafev <[email protected]> * Update CHANGELOG.md * Fix verbose option * Update * Update language file's (#747) --------- Co-authored-by: Roman Astafev <[email protected]> Co-authored-by: Roman Astafev <[email protected]> Co-authored-by: Aleksandar Jovanovic <[email protected]>
Could you add a hint what this feature is for? |
On some systems (mainly due to a udev bug), the system does not report the correct ProductId and VendorId of the Pico board, and HyperHDR could not detect and initialize them correctly. Typically ProductId/VendorId have the value 0, but e.g. in RPi4 they may have the ProductId/VendorId of the USB hub. Correct ProductId/VendorId for Pico is 0xa / 0x2e8a (can be found in the logs). |
Ok Thx, so if I dont' have any problems with the pi4 I don't need to check it, but it would not hurt? |
It's better to not use this option if it is not necessary (only when the board is not detected) because it disables important check. This is a workaround for a bug in other software (mainly udev). |
Ignore ProductId/VendorId of the serial port device and force initialization HyperSerial driver. Thanks @alex-013