Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2017 20:01:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-usb@FreeBSD.org
Subject:   [Bug 224378] moused goes crazy when there are USB mouses and no PS2 mouses
Message-ID:  <bug-224378-17-OnRCytoArA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224378-17@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224378-17@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224378

sergey@akhmatov.ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sergey@akhmatov.ru

--- Comment #5 from sergey@akhmatov.ru ---
(In reply to vermaden from comment #4)
Look into /etc/defaults/rc.conf:
>moused_nondefault_enable=3D"YES" # Treat non-default mice as enabled unless
>                               # specifically overriden in rc.conf(5).

As HPS wrote above, non-default moused instances are invoked by devd as, e.=
g.:
/etc/rc.d/moused start ums0

So, if you want to start, stop or know status of particular mouse device, y=
ou
should run rc.d/moused with device name as second argument. e.g:
/etc/rc.d/moused status ums0

If you want to disable particular mouse device, you should put to rc.conf:
moused_ums0_enable=3D"no"

See also: man 5 rc.conf

It seems too me that what you described is expected behavior and not a bug.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224378-17-OnRCytoArA>