[Bug 224378] moused goes crazy when there are USB mouses and no PS2 mouses
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Dec 17 20:01:43 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224378
sergey at akhmatov.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sergey at akhmatov.ru
--- Comment #5 from sergey at akhmatov.ru ---
(In reply to vermaden from comment #4)
Look into /etc/defaults/rc.conf:
>moused_nondefault_enable="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, you
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="no"
See also: man 5 rc.conf
It seems too me that what you described is expected behavior and not a bug.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-usb
mailing list