From owner-freebsd-stable@FreeBSD.ORG Tue Aug 5 20:18:48 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 E762037B401 for ; Tue, 5 Aug 2003 20:18:48 -0700 (PDT) Received: from ns1.itga.com.au (ns1.itga.com.au [202.53.40.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F37A43F93 for ; Tue, 5 Aug 2003 20:18:47 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns1.itga.com.au (8.12.9/8.12.9) with ESMTP id h763IjVl086908; Wed, 6 Aug 2003 13:18:45 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id NAA21308; Wed, 6 Aug 2003 13:18:45 +1000 (EST) Message-Id: <200308060318.NAA21308@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: Brandon Fosdick In-reply-to: Your message of Tue, 05 Aug 2003 20:16:12 -0700. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 06 Aug 2003 13:18:45 +1000 Sender: gnb@itga.com.au 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:18:49 -0000 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.