From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FUZap-0001FY-6z for qemu-devel@nongnu.org; Fri, 14 Apr 2006 21:28:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FUZan-0001F7-Sk for qemu-devel@nongnu.org; Fri, 14 Apr 2006 21:28:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FUZan-0001F3-Nv for qemu-devel@nongnu.org; Fri, 14 Apr 2006 21:28:53 -0400 Received: from [70.116.9.243] (helo=localhost.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FUZat-0001DW-KJ for qemu-devel@nongnu.org; Fri, 14 Apr 2006 21:28:59 -0400 Received: from [192.168.1.101] (helo=[192.168.1.101]) by localhost.localdomain with esmtp (Exim 4.52) id 1FUZZ6-0006iY-9R for qemu-devel@nongnu.org; Fri, 14 Apr 2006 20:27:13 -0500 Message-ID: <44404C1F.5050202@codemonkey.ws> Date: Fri, 14 Apr 2006 20:27:59 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] usb tablet working with linux/xfree86 guest in absolute mode References: <20060414212345.GA19491@jbrown.mylinuxbox.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Johannes Schindelin wrote: > Hi, > > On Fri, 14 Apr 2006, Jim C. Brown wrote: > > >> The tablet works with the evtouch driver. >> > > Great work! > > >> Scrolling and the middle button don't seem to be supported by the >> driver. >> > > How about using the old ps2 for that (not disabling it completely, after > all)? > The following patch (to the evtouch driver) enables both the middle button and scroll wheel: http://www.cs.utexas.edu/users/aliguori/evtouch-middle-scroll.diff I'll send it to the maintainer of evtouch and see if he'll include it for future versions. Regards, Anthony Liguori > Ciao, > Dscho > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >