From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CuDWJ-00045r-8v for qemu-devel@nongnu.org; Thu, 27 Jan 2005 12:33:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CuDWF-00042h-2J for qemu-devel@nongnu.org; Thu, 27 Jan 2005 12:33:23 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CuDWE-00040V-TD for qemu-devel@nongnu.org; Thu, 27 Jan 2005 12:33:22 -0500 Received: from [212.227.126.187] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CuDE8-0002O9-DC for qemu-devel@nongnu.org; Thu, 27 Jan 2005 12:14:40 -0500 From: Volker Ruppert Subject: Re: [Qemu-devel] mouse freeze (related to new wheel mouse support?) Date: Thu, 27 Jan 2005 18:15:46 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501271815.46465.info@vruppert.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Fred Hi, > -Start qemu. Mouse works okay. > -Reboot the guest OS: Windows Start menu -> Shutdown -> Reboot. > -When Windows comes back up, the mouse cursor does not respond. I guess Windows 2000 enables the wheel mouse feature and the wheel is usable and after rebooting the device ID is wrong. I think the mouse type is affected by the mouse reset function (0xff). Please add this line in pckbd.c in the AUX_RESET section and let us know what happens: s->mouse_type = 0; -- Bye Volker