You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export the unique hardware serial number from the SAMD51 MCU
to the USB device descriptor.
Remove the concatenation of the USB class device string, it is
superfluous, and an USB interface property should not become a
part of the USB device property.
Tested on SAMD21 and SAMD51:
Before:
SAMD21: 10BD8E4051504C3750202020FF0B1410MIDI
SAMD51: MIDI
After:
SAMD21: 10BD8E4051504C3750202020FF0B1410
SAMD51: AAFC165853574E514D202020FF083C44
0 commit comments