From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNIet-0008UX-Vr for qemu-devel@nongnu.org; Wed, 03 Apr 2013 04:03:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNIes-0006Hn-Tc for qemu-devel@nongnu.org; Wed, 03 Apr 2013 04:03:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNIes-0006Hd-M9 for qemu-devel@nongnu.org; Wed, 03 Apr 2013 04:03:02 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r33832Ig014031 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 3 Apr 2013 04:03:02 -0400 Message-ID: <515BE233.3050607@redhat.com> Date: Wed, 03 Apr 2013 10:02:59 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1364922905-8235-1-git-send-email-hdegoede@redhat.com> In-Reply-To: <1364922905-8235-1-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] usb-tablet: Don't claim wakeup capability for USB-2 version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 04/02/13 19:15, Hans de Goede wrote: > Our ehci code does not implement wakeup support, so claiming support for > it with usb-tablet in USB-2 mode causes all tablet events to get lost. Patch added to usb patch queue. thanks, Gerd