]> git.proxmox.com Git - qemu.git/commitdiff
The USB tablet should not claim boot protocol support.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 28 May 2011 15:47:50 +0000 (11:47 -0400)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 14 Jun 2011 10:56:49 +0000 (12:56 +0200)
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 <kevin@koconnor.net>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb-hid.c

index 8197a8654ce52338cfa769b0165eb26c2cd912b5..d711b5c0be3690d2a6d921a5a753b066b26a2b87 100644 (file)
@@ -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[]) {