Re: [Qemu-devel] [PATCH] Fix qemu mouse Set_Protocol behavior

2010-05-03 Thread Anthony Liguori
On 05/01/2010 09:38 PM, 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 just enable the Set_Portoco

Re: [Qemu-devel] [PATCH] Fix qemu mouse Set_Protocol behavior

2010-05-02 Thread Kevin O'Connor
On Sun, May 02, 2010 at 02:04:44PM +0300, Shahar Havivi wrote: > On Sat, May 01, 2010 at 10:38:51PM -0400, 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 mo

Re: [Qemu-devel] [PATCH] Fix qemu mouse Set_Protocol behavior

2010-05-02 Thread Shahar Havivi
On Sat, May 01, 2010 at 10:38:51PM -0400, Kevin O'Connor wrote: > Date: Sat, 1 May 2010 22:38:51 -0400 > From: Kevin O'Connor > To: qemu-devel@nongnu.org, seab...@seabios.org > Cc: > Subject: [Qemu-devel] [PATCH] Fix qemu mouse Set_Protocol behavior > > The QEMU

[Qemu-devel] [PATCH] Fix qemu mouse Set_Protocol behavior

2010-05-01 Thread Kevin O'Connor
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 just enable the Set_Portocol request. -Kevin --- a/hw/usb-hid.c +++ b/hw