From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTbXl-0002AG-PW for qemu-devel@nongnu.org; Thu, 14 Aug 2008 08:03:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTbXk-00029k-9J for qemu-devel@nongnu.org; Thu, 14 Aug 2008 08:03:05 -0400 Received: from [199.232.76.173] (port=36315 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTbXk-00029h-70 for qemu-devel@nongnu.org; Thu, 14 Aug 2008 08:03:04 -0400 Received: from smtp7-g19.free.fr ([212.27.42.64]:55475) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTbXj-0001iM-QY for qemu-devel@nongnu.org; Thu, 14 Aug 2008 08:03:03 -0400 Received: from smtp7-g19.free.fr (localhost [127.0.0.1]) by smtp7-g19.free.fr (Postfix) with ESMTP id E5AF0B01E6 for ; Thu, 14 Aug 2008 14:03:02 +0200 (CEST) Received: from laptop (vaf26-2-82-244-111-82.fbx.proxad.net [82.244.111.82]) by smtp7-g19.free.fr (Postfix) with ESMTP id C3BACB016C for ; Thu, 14 Aug 2008 14:03:02 +0200 (CEST) In-Reply-To: <20080814102321.GC682@shareable.org> Subject: Re: [Qemu-devel] [PATCH] [RFC] usb-wacom From: "=?windows-1252?q?Fran=E7ois?= Revol" Date: Thu, 14 Aug 2008 14:04:30 +0200 CEST Message-Id: <2400047715-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 > > 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. Fran=E7ois.