From owner-cvs-src@FreeBSD.ORG Fri Jul 30 00:59:41 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 5828216A4CE; Fri, 30 Jul 2004 00:59:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3839C43D39; Fri, 30 Jul 2004 00:59:41 +0000 (GMT) (envelope-from njl@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 i6U0xfax063369; Fri, 30 Jul 2004 00:59:41 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6U0xfbJ063368; Fri, 30 Jul 2004 00:59:41 GMT (envelope-from njl) Message-Id: <200407300059.i6U0xfbJ063368@repoman.freebsd.org> From: Nate Lawson Date: Fri, 30 Jul 2004 00:59:41 +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/sys mouse.h 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: Fri, 30 Jul 2004 00:59:41 -0000 njl 2004-07-30 00:59:41 UTC FreeBSD src repository Modified files: sys/sys mouse.h sys/isa psm.c Log: Add support for the Synaptics Touchpad mouse driver. I reworked the submitted version with style cleanups and changes to comments. I also modified the ioctl interface. This version only has one ioctl (to get the Synaptics-specific config parameters) since this is the only information a user might want. Submitted by: Arne Schwabe Revision Changes Path 1.71 +213 -1 src/sys/isa/psm.c 1.20 +25 -0 src/sys/sys/mouse.h