|
|
0a122b |
From 9c2b117313b85762b6e9e530596703bbfbe4b8e4 Mon Sep 17 00:00:00 2001
|
|
|
0a122b |
Message-Id: <9c2b117313b85762b6e9e530596703bbfbe4b8e4.1387382496.git.minovotn@redhat.com>
|
|
|
0a122b |
In-Reply-To: <c5386144fbf09f628148101bc674e2421cdd16e3.1387382496.git.minovotn@redhat.com>
|
|
|
0a122b |
References: <c5386144fbf09f628148101bc674e2421cdd16e3.1387382496.git.minovotn@redhat.com>
|
|
|
0a122b |
From: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
0a122b |
Date: Mon, 9 Dec 2013 12:19:21 +0100
|
|
|
0a122b |
Subject: [PATCH 45/46] Revert "usb-tablet: Don't claim wakeup capability for
|
|
|
0a122b |
USB-2 version"
|
|
|
0a122b |
|
|
|
0a122b |
RH-Author: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
0a122b |
Message-id: <1386591561-21826-3-git-send-email-kraxel@redhat.com>
|
|
|
0a122b |
Patchwork-id: 56031
|
|
|
0a122b |
O-Subject: [RHEL-7 qemu-kvm PATCH 2/2] Revert "usb-tablet: Don't claim wakeup capability for USB-2 version"
|
|
|
0a122b |
Bugzilla: 1039513
|
|
|
0a122b |
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Michael S. Tsirkin <mst@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Marcel Apfelbaum <marcel.a@redhat.com>
|
|
|
0a122b |
|
|
|
0a122b |
This reverts commit aa1c9e971e80d25b92908dce3dec7c38b49480ea.
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
0a122b |
(cherry picked from commit 690af06aebdfd043a6222de96a535dcba2144caf)
|
|
|
0a122b |
---
|
|
|
0a122b |
hw/usb/dev-hid.c | 2 +-
|
|
|
0a122b |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Michal Novotny <minovotn@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
hw/usb/dev-hid.c | 2 +-
|
|
|
0a122b |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
0a122b |
|
|
|
0a122b |
diff --git a/hw/usb/dev-hid.c b/hw/usb/dev-hid.c
|
|
|
0a122b |
index 66c6331..6aadaa0 100644
|
|
|
0a122b |
--- a/hw/usb/dev-hid.c
|
|
|
0a122b |
+++ b/hw/usb/dev-hid.c
|
|
|
0a122b |
@@ -236,7 +236,7 @@ static const USBDescDevice desc_device_tablet2 = {
|
|
|
0a122b |
.bNumInterfaces = 1,
|
|
|
0a122b |
.bConfigurationValue = 1,
|
|
|
0a122b |
.iConfiguration = STR_CONFIG_TABLET,
|
|
|
0a122b |
- .bmAttributes = 0x80,
|
|
|
0a122b |
+ .bmAttributes = 0xa0,
|
|
|
0a122b |
.bMaxPower = 50,
|
|
|
0a122b |
.nif = 1,
|
|
|
0a122b |
.ifs = &desc_iface_tablet2,
|
|
|
0a122b |
--
|
|
|
0a122b |
1.7.11.7
|
|
|
0a122b |
|