From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQwO4-0002dn-B5 for qemu-devel@nongnu.org; Mon, 30 May 2011 02:55:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQwO3-0008Cg-EU for qemu-devel@nongnu.org; Mon, 30 May 2011 02:55:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQwO3-0008Ca-7U for qemu-devel@nongnu.org; Mon, 30 May 2011 02:55:39 -0400 Message-ID: <4DE33F65.4060705@redhat.com> Date: Mon, 30 May 2011 08:55:33 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <20110528154715.GA27635@morn.localdomain> In-Reply-To: <20110528154715.GA27635@morn.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RESEND][PATCH 1/2] Fix USB mouse Set_Protocol behavior List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: qemu-devel@nongnu.org On 05/28/11 17:47, Kevin O'Connor wrote: > The QEMU USB mouse claims to support the "boot" protocol > (bInterfaceSubClass is 1). However, the mouse rejects the > Set_Protocol command. > > The qemu mouse does support the "boot" protocol specification, so a > simple fix is to enable the Set_Protocol request. Added to the usb patch queue (both). thanks, Gerd