From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTbuU-0003zn-AH for qemu-devel@nongnu.org; Thu, 14 Aug 2008 08:26:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTbuQ-0003xL-Km for qemu-devel@nongnu.org; Thu, 14 Aug 2008 08:26:33 -0400 Received: from [199.232.76.173] (port=42642 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTbuQ-0003xH-Go for qemu-devel@nongnu.org; Thu, 14 Aug 2008 08:26:30 -0400 Received: from mail2.shareable.org ([80.68.89.115]:41247) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KTbuQ-0002OF-9f for qemu-devel@nongnu.org; Thu, 14 Aug 2008 08:26:30 -0400 Received: from jamie by mail2.shareable.org with local (Exim 4.63) (envelope-from ) id 1KTbuO-0001Il-Ck for qemu-devel@nongnu.org; Thu, 14 Aug 2008 13:26:28 +0100 Date: Thu, 14 Aug 2008 13:26:28 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH] [RFC] usb-wacom Message-ID: <20080814122628.GA4804@shareable.org> References: <20080814102321.GC682@shareable.org> <2400047715-BeMail@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2400047715-BeMail@laptop> 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 François Revol wrote: > > > First, mouse stayed in the top-left corner... Seems coords were set > > > to > > > 0,0 when no button is pressed, which is wrong, most tablets > > > actually > > > sense the stylus even when it's not yet touching the surface. > > > > I see similar problems with Windows Server 2003 guest and the USB > > tablet emulation. The pointer jumps about randomly, so it's not > > usable. It works fine with Windows XP guest. > > XP likely disregards mouse up packets and caches the last position. Would caching the last position cause the mouse to jump all over the screen from frame to frame (no intermediate motion) as if it's reading random absolute coordinates? -- Jamie