projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e489df4
)
Revert "usb-tablet: Don't claim wakeup capability for USB-2 version"
author
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 20 Nov 2013 13:32:27 +0000
(14:32 +0100)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 28 Nov 2013 14:39:27 +0000
(15:39 +0100)
This reverts commit
aa1c9e971e80d25b92908dce3dec7c38b49480ea
.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-hid.c
patch
|
blob
|
history
diff --git
a/hw/usb/dev-hid.c
b/hw/usb/dev-hid.c
index 59567200ae063ecd0eb5996d93c1f44ed9cecef9..5e667f01999b7934f0a2d2a6852d5af2574a6593 100644
(file)
--- 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 = 0x
8
0,
+ .bmAttributes = 0x
a
0,
.bMaxPower = 50,
.nif = 1,
.ifs = &desc_iface_tablet2,