From owner-cvs-all@FreeBSD.ORG Wed Aug 4 00:47:04 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 2458216A4F5; Wed, 4 Aug 2004 00:47:03 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id D11D543D53; Wed, 4 Aug 2004 00:47:02 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id A497C530C; Wed, 4 Aug 2004 02:46:58 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id E78D85308; Wed, 4 Aug 2004 02:46:51 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 754D5B872; Wed, 4 Aug 2004 02:46:51 +0200 (CEST) To: Philip Paeps References: <200408031843.i73IhjMb082052@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Wed, 04 Aug 2004 02:46:50 +0200 In-Reply-To: <200408031843.i73IhjMb082052@repoman.freebsd.org> (Philip Paeps's message of "Tue, 3 Aug 2004 18:43:45 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/moused moused.8 moused.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: Wed, 04 Aug 2004 00:47:04 -0000 Philip Paeps writes: > Log: > Teach moused about Synaptics touchpads. >=20=20=20 > While I'm here, document the existence of the '-l' option, which allows > one to use moused to use psm in some more interesting ways. A couple of comments: - The man page should document the default operation level. - The way the default operation level is selected seems pretty arbitrary. If the mouse protocol is specified on the command line (as opposed to auto-detected), the operation level is set to 1 for sysmouse and 0 for all other protocols. In the auto-detect case, however, the operation level is never explicitly set and defaults to 1. - moused(8) accepts values from 0 to 4 for the -l command-line option, even though psm(4) only supports 0, 1 and 2. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no