From owner-freebsd-stable Tue Mar 5 17: 9:54 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mail.tecdigital.net (tecdigital.tol.itesm.mx [132.254.97.16]) by hub.freebsd.org (Postfix) with ESMTP id 6EC9837B400 for ; Tue, 5 Mar 2002 17:09:52 -0800 (PST) Received: from mario.localdomain (unknown [148.243.246.243]) by mail.tecdigital.net (Postfix) with ESMTP id 0F8C71D20 for ; Tue, 5 Mar 2002 19:09:45 -0600 (CST) Received: by mario.localdomain (Postfix, from userid 1000) id 75E397164; Tue, 5 Mar 2002 19:09:29 -0600 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Mario Doria Reply-To: madd@tecdigital.net To: stable@freebsd.org Subject: Modify entry in usbd.conf to support wheeled mice Date: Tue, 5 Mar 2002 19:09:29 -0600 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020306010929.75E397164@mario.localdomain> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello First, my setup. I have a machine with a Microsoft Intellimouse Optical U= SB=20 mouse running with XFree 4.1 from ports. After trying for a while to get=20 imwheel to work, I found that my USB mouse's wheel did not work because=20 moused was not reporting the movement of the wheel. I changed this in=20 usbd.conf: --- usbd.conf Mon Mar 4 15:38:24 2002 +++ /usr/src/etc/usbd.conf Mon Oct 16 11:32:12 2000 @@ -36,7 +36,7 @@ # device "Mouse" devname "ums[0-9]+" - attach "/usr/sbin/moused -z 4 -p /dev/${DEVNAME} -I=20 /var/run/moused.${DEVNAME}.pid" + attach "/usr/sbin/moused -p /dev/${DEVNAME} -I=20 /var/run/moused.${DEVNAME}.pid" # The fallthrough entry: Nothing is specified, nothing is done. And it = isn't # necessary at all :-). Just for pretty printing in debugging mode. Is there any way to make usbd read /etc/rc.conf so it can suck in the=20 moused_flags=3D"-z 4" flag?=20 Thanks, Mario Doria To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message