Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: product descriptor: encode version
Encode the firmware version in the USB *Product* descriptor string. ```console $ lsusb Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x2fe3 NordicSemiconductor idProduct 0x000c bcdDevice 3.05 iManufacturer 1 ZEPHYR iProduct 2 ly11-ble-fw-v1.2.4 iSerial 3 6E1531D1CB5B6DC6 : ```
- Loading branch information