From owner-cvs-src@FreeBSD.ORG Sat Jul 31 09:58:03 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 AE54616A4CE; Sat, 31 Jul 2004 09:58:03 +0000 (GMT) Received: from cpanel.ezone.ru (cpanel.ezone.ru [213.85.31.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9493243D31; Sat, 31 Jul 2004 09:58:02 +0000 (GMT) (envelope-from mcsi@mcsi.pp.ru) Received: from [83.237.28.146] (ppp83-237-28-146.pppoe.mtu-net.ru [83.237.28.146]) (authenticated bits=0) by cpanel.ezone.ru (8.13.0/8.12.11) with ESMTP id i6V9uY6j002294; Sat, 31 Jul 2004 13:56:35 +0400 (MSD) (envelope-from mcsi@mcsi.pp.ru) Message-ID: <410B6CB9.7010206@mcsi.pp.ru> Date: Sat, 31 Jul 2004 13:56:09 +0400 From: Maxim Maximov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040720 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Nate Lawson References: <20040730005945.377E016A4DB@hub.freebsd.org> <41099EA4.2040000@root.org> In-Reply-To: <41099EA4.2040000@root.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mail3.ezone.ru 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: Sat, 31 Jul 2004 09:58:03 -0000 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. It works perfectly! Thank you very much! However, on my ASUS L5 there are two scroll buttons, which don't seem to work. "Scroll up" button behaves like third mouse button in X, "Scroll down" does nothing. xev shows no events from "Scroll down" button. Maybe some tweaks in xorg.conf are needed? -- Maxim Maximov