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
To solve the re-enumeration problem on Win, two different approaches where tested:
- creating a S/N based on the descriptor length (collisions still possible, less overhead)
- craft a S/N string from the pluggable modules properties (no collision, no difference between different HID submodules)
A call has been added getShortName and it MUST be implemented by any library based on PluggableUSB. No effect on PluggableHID-based libraries.
0 commit comments