From owner-freebsd-usb@FreeBSD.ORG Thu Oct 24 19:01:33 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64833DE7 for ; Thu, 24 Oct 2013 19:01:33 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 22A8A2364 for ; Thu, 24 Oct 2013 19:01:32 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 02F7D7A120; Thu, 24 Oct 2013 21:01:31 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 2D7D98F6F4B; Thu, 24 Oct 2013 21:01:58 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EEPyTPKIvn9N; Thu, 24 Oct 2013 21:01:57 +0200 (CEST) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 7618B8F6DCD; Thu, 24 Oct 2013 21:01:57 +0200 (CEST) Message-ID: <52696ED0.5080003@bitfrost.no> Date: Thu, 24 Oct 2013 21:02:40 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: Brock Williams Subject: Re: need help with eGalax USB touch screen, will pay References: <5266F874.1090009@cottonwoodcomputer.com> <5268B504.4020209@bitfrost.no> <526961AE.2020807@cottonwoodcomputer.com> In-Reply-To: <526961AE.2020807@cottonwoodcomputer.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:01:33 -0000 On 10/24/13 20:06, Brock Williams wrote: > Thank you for the pointer, I had no idea webcamd supported things > other than webcams. It does appear to work out of the box... When I > attach it to the correct ugen device it creates /dev/input/event0 > which does output something when the screen is touched. > > Do you have any info on hooking Xorg up to the /dev/input/event0? I > believe this would be xf86-input-evdev on the Linux side but I can't > seem to find anything to use it in FreeBSD... Hi, I have not looked into xf86-input-evdev. Maybe someone else knows? --HPS