cvs commit: src/sys/isa psm.c

John Baldwin jhb at FreeBSD.org
Wed Jan 5 13:07:52 PST 2005


On Monday 03 January 2005 08:19 am, Philip Paeps wrote:
> philip      2005-01-03 13:19:49 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/isa              psm.c
>   Log:
>   Reduce diffs to work in progress before checking in serious changes.
>
>    o Move the sysctls under debug.psm.* and hw.psm.* making them a bit
>      clearer and more consistent with other drivers.
>
>    o Remove the debug.psm_soft_timeout sysctl.  It was introduced many
>      moons ago in r1.64 but never referenced anywhere.
>
>    o Introduce hw.psm.tap_threshold and hw.psm.tap_timeout to control
>      the behaviour of taps on touchpads.  People might like to fiddle
>      with these if tapping seems to slow or too fast for them.
>
>    o Add debug.psm.loglevel as a tunable so that verbosity can be set
>      easily at boot-time (to watch probes and such) without having to
>      compile a kernel with options PSM_DEBUG=N.

Did you see the recent patch on mobile@ that claimed to fix some of the 
touchpad issues?  Specifically, it claimed to use some sort of minimum 
threshold for movement to reduce jitter and improve click and drag.  It also 
made all the controls for that tunable via sysctl, etc.

-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the cvs-all mailing list