summary refs log tree commit diff stats
path: root/hw/usb-desc.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/usb-desc.h')
-rw-r--r--hw/usb-desc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb-desc.h b/hw/usb-desc.h
index 9d7ed599ce..5c14e4abdc 100644
--- a/hw/usb-desc.h
+++ b/hw/usb-desc.h
@@ -75,7 +75,7 @@ struct USBDescEndpoint {
 
 struct USBDescOther {
     uint8_t                   length;
-    uint8_t                   *data;
+    const uint8_t             *data;
 };
 
 typedef const char *USBDescStrings[256];