From owner-freebsd-current Fri Jun 20 03:10:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA25325 for current-outgoing; Fri, 20 Jun 1997 03:10:01 -0700 (PDT) Received: from fgate.flevel.co.uk (root@fgate.flevel.co.uk [194.6.101.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA25290 for ; Fri, 20 Jun 1997 03:09:56 -0700 (PDT) Received: from localhost (dev@localhost) by fgate.flevel.co.uk (8.8.3/8.6.9) with SMTP id LAA00719; Fri, 20 Jun 1997 11:10:01 +0100 (BST) Date: Fri, 20 Jun 1997 11:10:01 +0100 (BST) From: Developer To: Francis Yeung cc: freebsd-current@freebsd.org Subject: Re: ELO Touch Screen In-Reply-To: <9706191659.AA20877@fyeung8.netific.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 19 Jun 1997, Francis Yeung wrote: > Have you received any reply for your post ? Yes, a couple. > I have not used the ELO touch screen before but I used other > touch screen technology. for most of them, I have to write a special control > program to enable them. I am surprised that X supports it without > any special interface. Have you talked to ELO about this ? Ive managed to solve the problem and get it working in the end. It seems that the serial IO code was not working correctly and I have to patch the driver so it sets all the baud rates and also does a 200ms wait before trying to read from the serial. I also commented out the inital check about the baud rate as it didn't seem to be supported by this model, it now works fine:)) If anyone needs the patched code I'll email it. Regards, Trefor S.