summary refs log tree commit diff stats
path: root/hw/usb/dev-hid.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2013-04-08 10:36:40 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2013-04-08 10:36:40 -0500
commit2a7a239ff09aa87cc3682a976c7a57d9ea1321d7 (patch)
treee0043f932da9fac985bcd3c9ba03e700f82f04ad /hw/usb/dev-hid.c
parent9196dd411d580c27f85daa209ff9a501d719ebc0 (diff)
parentaa1c9e971e80d25b92908dce3dec7c38b49480ea (diff)
downloadfocaccia-qemu-2a7a239ff09aa87cc3682a976c7a57d9ea1321d7.tar.gz
focaccia-qemu-2a7a239ff09aa87cc3682a976c7a57d9ea1321d7.zip
Merge remote-tracking branch 'kraxel/usb.79' into staging
# By Gerd Hoffmann (7) and Hans de Goede (3)
# Via Gerd Hoffmann
* kraxel/usb.79:
  usb-tablet: Don't claim wakeup capability for USB-2 version
  usb: update docs for bus name change
  usb-hub: report status changes only once
  usb-hub: limit chain length
  xhci: zap unused name field
  xhci: remove unimplemented printfs
  xhci: remove leftover debug printf
  xhci: fix numintrs sanity checks
  usb-redir: Add flow control support
  usb-redir: Fix crash on migration with no client connected
Diffstat (limited to 'hw/usb/dev-hid.c')
-rw-r--r--hw/usb/dev-hid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/dev-hid.c b/hw/usb/dev-hid.c
index 9701048887..317b4740e2 100644
--- a/hw/usb/dev-hid.c
+++ b/hw/usb/dev-hid.c
@@ -236,7 +236,7 @@ static const USBDescDevice desc_device_tablet2 = {
             .bNumInterfaces        = 1,
             .bConfigurationValue   = 1,
             .iConfiguration        = STR_CONFIG_TABLET,
-            .bmAttributes          = 0xa0,
+            .bmAttributes          = 0x80,
             .bMaxPower             = 50,
             .nif = 1,
             .ifs = &desc_iface_tablet2,