qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 15/31] The USB tablet should not claim boot protocol


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 15/31] The USB tablet should not claim boot protocol support.
Date: Mon, 6 Jun 2011 14:39:06 +0200

From: Kevin O'Connor <address@hidden>

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 <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
---
 hw/usb-hid.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/hw/usb-hid.c b/hw/usb-hid.c
index 8197a86..d711b5c 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[]) {
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]