| Submitter | Kevin O'Connor |
|---|---|
| Date | May 2, 2010, 5:39 p.m. |
| Message ID | <20100502173912.GA18114@morn.localdomain> |
| Download | mbox | patch |
| Permalink | /patch/51467/ |
| State | New |
| Headers | show |
Comments
Patch
--- a/hw/usb-hid.c +++ b/hw/usb-hid.c @@ -181,7 +181,7 @@ static const uint8_t qemu_tablet_config_descriptor[] = { 0x00, /* u8 if_bAlternateSetting; */ 0x01, /* u8 if_bNumEndpoints; */ 0x03, /* u8 if_bInterfaceClass; */ - 0x01, /* u8 if_bInterfaceSubClass; */ + 0x00, /* u8 if_bInterfaceSubClass; */ 0x02, /* u8 if_bInterfaceProtocol; [usb1.1 or single tt] */ 0x07, /* u8 if_iInterface; */