From: Kevin O'Connor Date: Sat, 28 May 2011 15:47:50 +0000 (-0400) Subject: The USB tablet should not claim boot protocol support. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=69bf405b50ae18cdbbb7b8bf08ab1f275d4e0d75;p=qemu.git The USB tablet should not claim boot protocol support. The USB tablet advertises that it supports the "boot" protocol. However, its reports aren't "boot" protocol compatible. So, it shouldn't claim that. Signed-off-by: Kevin O'Connor Signed-off-by: Gerd Hoffmann --- diff --git a/hw/usb-hid.c b/hw/usb-hid.c index 8197a8654c..d711b5c0be 100644 --- a/hw/usb-hid.c +++ b/hw/usb-hid.c @@ -142,7 +142,6 @@ static const USBDescIface desc_iface_tablet = { .bInterfaceNumber = 0, .bNumEndpoints = 1, .bInterfaceClass = USB_CLASS_HID, - .bInterfaceSubClass = 0x01, /* boot */ .bInterfaceProtocol = 0x02, .ndesc = 1, .descs = (USBDescOther[]) {