From owner-cvs-all@FreeBSD.ORG Sat Jul 31 14:49:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5726E16A4CE; Sat, 31 Jul 2004 14:49:14 +0000 (GMT) Received: from coruscant.rfc1149.org (coruscant.rfc1149.org [217.160.130.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B3643D2F; Sat, 31 Jul 2004 14:49:13 +0000 (GMT) (envelope-from schwabe@uni-paderborn.de) Received: by coruscant.rfc1149.org (Postfix, from userid 110) id 2E3983E9F; Sat, 31 Jul 2004 16:49:03 +0200 (CEST) Received: from kamino.rfc1149.org (dsl-213-023-208-041.arcor-ip.net [213.23.208.41]) by coruscant.rfc1149.org (Postfix) with ESMTP id 9CCE73CD0; Sat, 31 Jul 2004 16:49:00 +0200 (CEST) Received: by kamino.rfc1149.org (Postfix, from userid 1001) id 90F014088; Sat, 31 Jul 2004 16:48:57 +0200 (CEST) To: Maxim Maximov From: Arne Schwabe In-Reply-To: <410B6CB9.7010206@mcsi.pp.ru> (Maxim Maximov's message of "Sat, 31 Jul 2004 13:56:09 +0400") References: <20040730005945.377E016A4DB@hub.freebsd.org> <41099EA4.2040000@root.org> <410B6CB9.7010206@mcsi.pp.ru> Date: Sat, 31 Jul 2004 16:48:57 +0200 Message-ID: <86pt6cz0yu.fsf@kamino.rfc1149.org> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on coruscant.rfc1149.org X-Spam-Status: No, hits=-4.8 required=5.0 tests=BAYES_00,RCVD_IN_SORBS autolearn=no version=2.60 X-Spam-Level: cc: cvs-src@freebsd.org cc: f.hardy@hexanet.fr cc: nork@freebsd.org cc: cvs-all@freebsd.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/sys mouse.h src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jul 2004 14:49:14 -0000 Maxim Maximov writes: > 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? I don't know why the Scroll down button does nothing, but the scroll up button is easy: The touchpad has four buttons, so the 3rd button is the 3rd button :) (X does not know that your 3. is a scroll button.) Arne -- Two of the most famous products of Berkeley are LSD and Unix. I don t think that this is a coincidence. --- Anonymous