[Qemu-devel] usb tablet working with linux/xfree86 guest in absolute mode

2006-04-14 Thread Jim C. Brown
The tablet works with the evtouch driver. To get this to work in a guest: make sure you have support for usb hid and evdev in the kernel (or as modules). make sure you have the devices /dev/input/event0 /dev/input/event1 ... they might be called /dev/input/evdev0 etc download the

Re: [Qemu-devel] usb tablet working with linux/xfree86 guest in absolute mode

2006-04-14 Thread Johannes Schindelin
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)? Ciao, Dscho

Re: [Qemu-devel] usb tablet working with linux/xfree86 guest in absolute mode

2006-04-14 Thread Anthony Liguori
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,

Re: [Qemu-devel] usb tablet working with linux/xfree86 guest in absolute mode

2006-04-14 Thread Jim C. Brown
On Fri, Apr 14, 2006 at 08:27:59PM -0500, Anthony Liguori wrote: 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