From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qokz4-0008Kc-ED for qemu-devel@nongnu.org; Wed, 03 Aug 2011 19:36:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qokz3-0004Ek-I0 for qemu-devel@nongnu.org; Wed, 03 Aug 2011 19:36:18 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:35087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qokz3-0004Ea-BQ for qemu-devel@nongnu.org; Wed, 03 Aug 2011 19:36:17 -0400 Received: by fxbb27 with SMTP id b27so1631459fxb.4 for ; Wed, 03 Aug 2011 16:36:16 -0700 (PDT) Date: Thu, 4 Aug 2011 01:36:12 +0200 From: "Edgar E. Iglesias" Message-ID: <20110803233612.GA10980@zapo> References: <1311274344-8720-1-git-send-email-michael@walle.cc> <4E394A53.6060909@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E394A53.6060909@redhat.com> Subject: Re: [Qemu-devel] [PATCH] lm32: softusb: claim to support full speed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Michael Walle , qemu-devel@nongnu.org On Wed, Aug 03, 2011 at 03:17:07PM +0200, Gerd Hoffmann wrote: > On 07/21/11 20:52, Michael Walle wrote: > >The QEMU keyboard and mouse reports themselves as full speed devices, > >though they are actually low speed devices. Until this is fixed, claim that > >we are supporting full speed devices. > > > >Signed-off-by: Michael Walle > > For both master+stable: > > Acked-by: Gerd Hoffmann Thanks, I've applied it to both master and stable-0.15. Cheers