diff options
Diffstat (limited to 'hw/usb.h')
| -rw-r--r-- | hw/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb.h b/hw/usb.h index 351c466c7a..39aba995f8 100644 --- a/hw/usb.h +++ b/hw/usb.h @@ -132,7 +132,7 @@ struct USBDevice { int speed; uint8_t addr; - char devname[32]; + char product_desc[32]; int auto_attach; int attached; |