From owner-cvs-src@FreeBSD.ORG Sun Aug 8 01:10:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0D0A16A4CE; Sun, 8 Aug 2004 01:10:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9121843D41; Sun, 8 Aug 2004 01:10:23 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i781ANar083923; Sun, 8 Aug 2004 01:10:23 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i781ANak083922; Sun, 8 Aug 2004 01:10:23 GMT (envelope-from philip) Message-Id: <200408080110.i781ANak083922@repoman.freebsd.org> From: Philip Paeps Date: Sun, 8 Aug 2004 01:10:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 01:10:23 -0000 philip 2004-08-08 01:10:23 UTC FreeBSD src repository Modified files: sys/isa psm.c Log: Update support for Synaptics Touchpads (Volume IV) o Change the motion calculation to result in a more reasonable speed of motion This should fix the 'aiming' problems people have reported. It also mitigates (but doesn't completely solve) the 'stalling' problems at very low speeds. Tested by: many subscribers to -current Approved by: njl Revision Changes Path 1.75 +2 -2 src/sys/isa/psm.c