WICG / webhid

Web API for accessing Human Interface Devices (HID)
Other
140 stars 35 forks source link

USB Product Version #35

Open JamesB7 opened 3 years ago

JamesB7 commented 3 years ago

I noticed USB Product Version is not available in WebHID after pairing.

We use USB Product Version to distinguish device revisions that present identically to the user but have incompatible firmware update needs. Without this, we are not able to safely provide firmware updates over WebHID, at least for devices which have more than one revision.

Please consider adding this part of the USB spec. Thank you!

JamesB7 commented 3 years ago

WebUSB presently exposes this as deviceVersionMajor, deviceVersionMinor, deviceVersionSubminor. Just mirroring that would help a lot. Thanks!

JamesB7 commented 2 years ago

Any word on this? It blocks me from porting our software safely to web. Thank you.