From owner-freebsd-usb@FreeBSD.ORG Thu Oct 24 05:48:54 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 015E1E24 for ; Thu, 24 Oct 2013 05:48:54 +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 B33322AB7 for ; Thu, 24 Oct 2013 05:48:53 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 5775B7A4E2; Thu, 24 Oct 2013 07:48:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 589348FAEB0; Thu, 24 Oct 2013 07:49:13 +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 HuIMjsFMr7MU; Thu, 24 Oct 2013 07:49:12 +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 58A488FAEAF; Thu, 24 Oct 2013 07:49:12 +0200 (CEST) Message-ID: <5268B504.4020209@bitfrost.no> Date: Thu, 24 Oct 2013 07:49:56 +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> In-Reply-To: <5266F874.1090009@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 05:48:54 -0000 On 10/23/13 00:13, Brock Williams wrote: > Hello, > > We have some eGalax based touchscreens that we are trying to get > working with FreeBSD 9.2, eventually in Xorg. They are PioneerPOS > TOM-M7 screens. > > They appear to be the newer eGalax models that are at least somewhat > HID compliant. > > I'm looking for someone who will help us out on a contract or > consulting basis to get them to work, and document it for others. We > currently use EloTouch serial units that work fine but they are no > longer readily available... > > Hi, I'm a bit busy nowadays. However, do you have the documentation for the protocol this device uses? Will you provide a hardware unit to the developer? It might be that /usr/ports/multimedia/webcamd will pick this device up like a linux event device under "/dev". Only that the X-org part is missing for that. I've added quite some touchscreen drivers to webcamd. --HPS