machine/usb: add support for ISERIAL descriptor

This commit is contained in:
sago35
2023-11-06 09:57:04 +09:00
committed by Ron Evans
parent ce25f00769
commit 2b215955ca
3 changed files with 25 additions and 4 deletions
+4
View File
@@ -134,4 +134,8 @@ var (
// Product is the product name displayed for this USB device.
Product string
// Serial is the serial value displayed for this USB device. Assign a value to
// transmit the serial to the host when requested.
Serial string
)