From owner-cvs-src@FreeBSD.ORG Fri Jul 30 01:04:39 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 A127516A4E9; Fri, 30 Jul 2004 01:04:39 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EA5343D55; Fri, 30 Jul 2004 01:04:39 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-186-94.dsl.snfc21.pacbell.net [64.171.186.94]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6U14bra021632; Thu, 29 Jul 2004 18:04:38 -0700 Message-ID: <41099EA4.2040000@root.org> Date: Thu, 29 Jul 2004 18:04:36 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: nork@freebsd.org, f.hardy@hexanet.fr, arne@rfc2549.org References: <20040730005945.377E016A4DB@hub.freebsd.org> In-Reply-To: <20040730005945.377E016A4DB@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org Subject: Re: 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 01:04:39 -0000 Nate Lawson wrote: > 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 Please test this driver. I don't have the hardware for it and only tested that it doesn't break existing PSM mice. I made quite a few cleanups that shouldn't affect operation but might have. -Nate