Subject: Re: Xhpc touch screen precision
To: None <port-hpcmips@netbsd.org>
From: TAKEMURA Shin <takemura@netbsd.org>
List: port-hpcmips
Date: 08/20/2001 00:12:04
----- Original Message ----- 
From: "Ben Wong" <benjamin.wong@cc.gatech.edu>
To: <port-hpcmips@netbsd.org>
Sent: Thursday, August 16, 2001 1:49 PM
Subject: Xhpc touch screen precision


> Hello,
> 
> Is anyone working on improving the precision of the touch screens on
> the NEC MobilePro / MobileGear series? There are three problems I see
> (this is based on using the stock Xhpc from NetBSD-1.5.1):

I improved the driver (around vrpiu.c) after 1.5 release branch was made.
So, it might be better on -current kernel though it isn't perfect. I think
the problem #1 has been fixed. Please try current driver.

> If I were to write code to average or filter the mouse events, where
> would be a good place to put it? Should I do it at the wscons level?

Averaging at wscons level sounds good for me.

Takemura