From owner-freebsd-stable@FreeBSD.ORG Tue Aug 5 20:41:07 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B374F37B401 for ; Tue, 5 Aug 2003 20:41:07 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1622B43F93 for ; Tue, 5 Aug 2003 20:41:07 -0700 (PDT) (envelope-from bfoz@terrandev.com) Received: from terrandev.com (12-234-26-98.client.attbi.com[12.234.26.98](untrusted sender)) by comcast.net (sccrmhc11) with SMTP id <2003080603410501100ca479e> (Authid: bfoz); Wed, 6 Aug 2003 03:41:06 +0000 Message-ID: <3F3079B2.4050609@terrandev.com> Date: Tue, 05 Aug 2003 20:44:50 -0700 From: Brandon Fosdick User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030706 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gregory Bond References: <200308060318.NAA21308@lightning.itga.com.au> In-Reply-To: <200308060318.NAA21308@lightning.itga.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: stable@freebsd.org Subject: Re: A USB mouse, a scroll wheel, moused and moused_flags X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 03:41:08 -0000 Gregory Bond wrote: > bfoz@terrandev.com said: >>Quickly checking ps ax | grep moused showed that moused isn't being >>run with "-z 4" even though it is in moused_flags. I can't find >>anywhere else to set options for moused. What >> am I missing? > > usbd is starting moused using the info in /etc/usbd.conf - which doesn't > pick up options from rc.conf. So edit usbd.conf and add the flags there. Excellent, works like a charm. Thanks.