Revision e126cf13 hw/usb-hid.c

b/hw/usb-hid.c
46 46
static const uint8_t qemu_mouse_dev_descriptor[] = {
47 47
	0x12,       /*  u8 bLength; */
48 48
	0x01,       /*  u8 bDescriptorType; Device */
49
	0x10, 0x00, /*  u16 bcdUSB; v1.0 */
49
	0x00, 0x01, /*  u16 bcdUSB; v1.0 */
50 50

  
51 51
	0x00,	    /*  u8  bDeviceClass; */
52 52
	0x00,	    /*  u8  bDeviceSubClass; */

Also available in: Unified diff