From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FTQ6x-0006KE-So for qemu-devel@nongnu.org; Tue, 11 Apr 2006 17:09:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FTQ6w-0006HH-FF for qemu-devel@nongnu.org; Tue, 11 Apr 2006 17:09:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTQ6w-0006H8-CT for qemu-devel@nongnu.org; Tue, 11 Apr 2006 17:09:18 -0400 Received: from [84.96.92.61] (helo=sMtp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FTQBs-0008AL-SZ for qemu-devel@nongnu.org; Tue, 11 Apr 2006 17:14:25 -0400 Received: from [84.99.204.63] by sp604002mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0IXK0043XTDJ04C0@sp604002mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Tue, 11 Apr 2006 23:08:07 +0200 (CEST) Date: Tue, 11 Apr 2006 23:07:12 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] usb-tablet support In-reply-to: <443ADBFF.3080205@wasp.net.au> Message-id: <443C1A80.5040503@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <443ADBFF.3080205@wasp.net.au> 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 Brad Campbell wrote: > G'day all, > > This takes Anthony Liguori's patch from this > morning and rolls into it my hid descriptor fixes and the wheel sdl > double step fix. > > > > I spent some time cleaning this all up. The following integrates Brad's > patches and the patch from > http://gnome.dnsalias.net/patches/qemu-hidmousexp.patch > > It adds a new emulated USB device that reports absolute coordinates. It > also modifies SDL to operate in grabless mode when an absolute input > device is enabled. I think it's pretty close to apply-able. To use, > just specify: -usbdevice tablet > > With Xorg from CVS, the evdev driver segfaults. This is apparently > expected behavior. Hopefully it will be fixed soon. It works quite > nicely under Win2k. > > > > I've now comprehensively tested this with Win98, Win2k and WinXP. > I suspect it's ready to go in. OK. I'll merge the tablet patch and the VNC server support ASAP so that it will be in the next release. Thank you ! Fabrice.