From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTcAU-0005ZA-4y for qemu-devel@nongnu.org; Thu, 14 Aug 2008 08:43:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTcAR-0005X8-DT for qemu-devel@nongnu.org; Thu, 14 Aug 2008 08:43:05 -0400 Received: from [199.232.76.173] (port=40555 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTcAQ-0005X2-SR for qemu-devel@nongnu.org; Thu, 14 Aug 2008 08:43:02 -0400 Received: from smtp8-g19.free.fr ([212.27.42.65]:36044) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTcAP-0007oM-JZ for qemu-devel@nongnu.org; Thu, 14 Aug 2008 08:43:01 -0400 Received: from smtp8-g19.free.fr (localhost [127.0.0.1]) by smtp8-g19.free.fr (Postfix) with ESMTP id EE02632A852 for ; Thu, 14 Aug 2008 14:43:00 +0200 (CEST) Received: from laptop (vaf26-2-82-244-111-82.fbx.proxad.net [82.244.111.82]) by smtp8-g19.free.fr (Postfix) with ESMTP id CBAE532A7E1 for ; Thu, 14 Aug 2008 14:43:00 +0200 (CEST) In-Reply-To: <20080814122628.GA4804@shareable.org> Subject: Re: [Qemu-devel] [PATCH] [RFC] usb-wacom From: "=?windows-1252?q?Fran=E7ois?= Revol" Date: Thu, 14 Aug 2008 14:44:28 +0200 CEST Message-Id: <4798649389-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable 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=E7ois 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=3F Well not random, it would just stay on the same position until next touch, just like with touch screens. Fran=E7ois.