From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fd9ix-0007mD-1z for qemu-devel@nongnu.org; Mon, 08 May 2006 13:40:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fd9iv-0007le-Nv for qemu-devel@nongnu.org; Mon, 08 May 2006 13:40:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fd9iv-0007lZ-F2 for qemu-devel@nongnu.org; Mon, 08 May 2006 13:40:45 -0400 Received: from [128.8.10.163] (helo=po1.wam.umd.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fd9jo-0007SU-3q for qemu-devel@nongnu.org; Mon, 08 May 2006 13:41:40 -0400 Received: from jbrown.mylinuxbox.org (jma-box.student.umd.edu [129.2.253.219]) by po1.wam.umd.edu (8.12.11.20060308/8.12.10) with ESMTP id k48Hei9i001039 for ; Mon, 8 May 2006 13:40:44 -0400 (EDT) Date: Mon, 8 May 2006 13:40:43 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] QEMU 0.8.1 Message-ID: <20060508174043.GA30212@jbrown.mylinuxbox.org> References: <46d6db660605040524h1d5f1484mb3a4cf1e343d6984@mail.gmail.com> <46d6db660605040531q3a602d03yd8f25b23823e1424@mail.gmail.com> <170581c20605040751y5118c2en360b67901b2b27a5@mail.gmail.com> <445AB8FE.9040003@us.ibm.com> <46d6db660605042357g4c55b8d0tc521bf0ffad10031@mail.gmail.com> <445B5C76.1060909@codemonkey.ws> <46d6db660605050723x62e8ccbbqce14d9d1f92e69a2@mail.gmail.com> <445B6127.1040803@codemonkey.ws> <46d6db660605050801t26aa26c6rbe18cd2a4aaf343b@mail.gmail.com> <445B75CD.6090805@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <445B75CD.6090805@us.ibm.com> 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 On Fri, May 05, 2006 at 10:57:01AM -0500, Anthony Liguori wrote: > Christian MICHON wrote: > >well, at least inside rh72, I can see a usb device: > >Vendor=0627 ProdID=0001 > >Product=QEMU USB Tablet > > > >all I need now is: > >1) which module to modprobe > >2) which /dev/input/event... is used > >3) modify XF86config accordingly > > > >and then theoretically it should work... > >anyone can help me please on rh72 + usb tablet ? > > I don't know of an X driver for such an old kernel that would work. Sorry. > > Regards, > > Anthony Liguori > I don't remember which kernel rh72 ships with. However, you just need to modprobe evdev.o and use /dev/input/eventN (for me the actual name of the event device varies, but there should only be a single event device there). The evtouch driver (tested with XFree86 4.2.1) should have no issues with such a setup. -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.