-
Notifications
You must be signed in to change notification settings - Fork 207
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
Track Eurolite MK2 by actual serial number where available #1932
Track Eurolite MK2 by actual serial number where available #1932
Conversation
Hi @peternewman , I've compiled and tested this branch. Indeed with this branch I can insert the Eurolite MK2 in a different USB port and OLA will still patch a universe to it if it existed. With the master branch this is indeed not the case; whenever I change the USB port, the universe is not patched. As a side note, I've discovered that the Eurolite only works when it is already present when ola starts. If I insert it later, I get this log:
So somehow the
All works fine when the usb device is connected beforehand. I've therefore thus also not tested your fix by hotplugging, but using these steps:
So before your fix the universe isn't patched, afterwards it is. |
Great thanks. I'll merge this then, as it clearly makes things better!
😢 That's a shame, lets open a new issue for that given you say its unrelated to this PR (or indeed your previous one). #1933 |
@aroffringa can you give this a test as mentioned in #1888 please.
This should mean the patch persists even when you plug it into a different USB port, which it won't do currently.
You should be able to see that either way as the serial number should show in the device name/description in OLA.
Originally posted by @peternewman in #1888 (comment)