From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 1/3] Add Summagraphics Tablet emulation Date: Wed, 15 Mar 2006 16:52:25 -0600 Message-ID: <44189AA9.9010802@us.ibm.com> References: <20060315215649.GC14167@los-vmm.sc.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20060315215649.GC14167@los-vmm.sc.intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Donald D. Dugger" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Does this work under Windows? I had implemented emulation for the Wacom tablet in Qemu. It worked fine for Linux guests, but not for Windows. I eventually found the necessary specs to implement Windows support but simply haven't gotten around to it. I also was looking at synaptic emulation since it provides an extended PS/2 protocol (I hate burning a serial port). Having to manually configure a guest is a pain too. Regards, Anthony Liguori Donald D. Dugger wrote: > Add Summagraphics Tablet emulation for VNC users. The current PS/2 emulation > is unusable under VNC since a PS/2 mouse provides deltas while VNC only > provides absolute coordinates. Fortunately, the Summagraphics Tablet provides > absolute coordinates and works perfectly with VNC. > > Signed-off-by: Don Dugger > >