diff options
Diffstat (limited to 'src/machine/usb/usb.go')
-rw-r--r-- | src/machine/usb/usb.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/machine/usb/usb.go b/src/machine/usb/usb.go index 47a8a3456..360ac3902 100644 --- a/src/machine/usb/usb.go +++ b/src/machine/usb/usb.go @@ -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 ) |