aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/usb-hid.c2
-rw-r--r--hw/usb-msd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/usb-hid.c b/hw/usb-hid.c
index 1c2f4d2314..720c4d280a 100644
--- a/hw/usb-hid.c
+++ b/hw/usb-hid.c
@@ -46,7 +46,7 @@ typedef struct USBMouseState {
static const uint8_t qemu_mouse_dev_descriptor[] = {
0x12, /* u8 bLength; */
0x01, /* u8 bDescriptorType; Device */
- 0x10, 0x00, /* u16 bcdUSB; v1.0 */
+ 0x00, 0x01, /* u16 bcdUSB; v1.0 */
0x00, /* u8 bDeviceClass; */
0x00, /* u8 bDeviceSubClass; */
diff --git a/hw/usb-msd.c b/hw/usb-msd.c
index 4530a1ceaa..251bd64b20 100644
--- a/hw/usb-msd.c
+++ b/hw/usb-msd.c
@@ -66,7 +66,7 @@ struct usb_msd_csw {
static const uint8_t qemu_msd_dev_descriptor[] = {
0x12, /* u8 bLength; */
0x01, /* u8 bDescriptorType; Device */
- 0x10, 0x00, /* u16 bcdUSB; v1.0 */
+ 0x00, 0x01, /* u16 bcdUSB; v1.0 */
0x00, /* u8 bDeviceClass; */
0x00, /* u8 bDeviceSubClass; */