qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCHv2] The USB tablet should not claim boot protocol sup


From: Kevin O'Connor
Subject: [Qemu-devel] [PATCHv2] The USB tablet should not claim boot protocol support.
Date: Mon, 2 Aug 2010 11:31:07 -0400
User-agent: Mutt/1.5.20 (2009-12-10)

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>
---
Changes v1->v2:
  Add signed-off-by line.
---
 hw/usb-hid.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/usb-hid.c b/hw/usb-hid.c
index d54823d..3af0c5a 100644
--- a/hw/usb-hid.c
+++ b/hw/usb-hid.c
@@ -182,7 +182,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; */
 
-- 
1.7.2




reply via email to

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