Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2002 19:09:29 -0600
From:      Mario Doria <madd@tecdigital.net>
To:        stable@freebsd.org
Subject:   Modify entry in usbd.conf to support wheeled mice
Message-ID:  <20020306010929.75E397164@mario.localdomain>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020306010929.75E397164>