From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWU9x-0002dj-Px for qemu-devel@nongnu.org; Thu, 08 Nov 2012 10:36:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWU9t-0008E4-0V for qemu-devel@nongnu.org; Thu, 08 Nov 2012 10:36:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWU9s-0008Dn-Oz for qemu-devel@nongnu.org; Thu, 08 Nov 2012 10:36:44 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qA8FaiJ1019610 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 8 Nov 2012 10:36:44 -0500 Message-ID: <509BD18A.7070709@redhat.com> Date: Thu, 08 Nov 2012 16:36:42 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1352210901-1923-1-git-send-email-hdegoede@redhat.com> <1352210901-1923-9-git-send-email-hdegoede@redhat.com> In-Reply-To: <1352210901-1923-9-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 8/8] usb-hid: Allow connecting to a USB-2 device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 11/06/12 15:08, Hans de Goede wrote: > Our ehci code has is capable of significantly lowering the wakeup rate > for the hcd emulation while the device is idle. It is possible to add > similar code ot the uhci emulation, but that simply is not there atm, > and there is no reason why a (virtual) usb device can not be a USB-2 device. We should probably add usb-tablet2 (+friends) devices as this is a guest-visible change. We could also try tricks with properties but I guess separate devices are easier. cheers, Gerd