https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224378
ser...@akhmatov.ru changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ser...@akhmatov.ru --- Comment #5 from ser...@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. _______________________________________________ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"