From owner-cvs-src@FreeBSD.ORG Fri Jul 30 23:43:14 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 ABF0B16A4CE; Fri, 30 Jul 2004 23:43:14 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3010743D49; Fri, 30 Jul 2004 23:43:14 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i6UNgjnO082726; Sat, 31 Jul 2004 08:42:46 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 31 Jul 2004 08:42:45 +0900 From: Norikatsu Shigemura To: Nate Lawson Message-Id: <20040731084245.04fcb919.nork@FreeBSD.org> In-Reply-To: <41099EA4.2040000@root.org> References: <20040730005945.377E016A4DB@hub.freebsd.org> <41099EA4.2040000@root.org> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.4; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (sakura.ninth-nine.com [219.127.74.121]); Sat, 31 Jul 2004 08:42:48 +0900 (JST) cc: cvs-src@FreeBSD.org cc: arne@rfc2549.org cc: nork@FreeBSD.org cc: cvs-all@FreeBSD.org cc: f.hardy@hexanet.fr 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 23:43:14 -0000 On Thu, 29 Jul 2004 18:04:36 -0700 Nate Lawson wrote: > 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. Thank you very much. I confirm that it is good. But my synaptics port will have to be adopted new ioctl modified by njl:-). Would you please bump __FreeBSD_version? Because, I'll install it to xorg-server finally, xorg-server port is detected synaptics touchpad availavility.