freebsd-nq/share/man
Mike Makonnen 86bade2751 Do a better job of supporting more than one mouse device
on the system.

To start/stop/check on a specific device give the device name as
the second argument to the script:
	# /etc/rc.d/moused start ums0

To use different rc.conf(5) knobs with different mice use the device
name as part of the knob. For example, if the mouse device is ums0, then:
	moused_ums0_enable=yes
	moused_ums0_flags="-z 4"
	moused_ums0_port="/dev/ums0"

Starting rc.d/moused without the device argument will use the standard
moused_* flags. So, this commit should not disrupt or change current usage.

To preserve current behaviour with respect to usb mice, which appear
automatically when inserted, there is a new knob, moused_nondefault_enable,
which will treat any devices without rc.conf knobs as enabled.

To minimize knobs in /etc/rc.conf, the device file and pid file are
auto-computed, so that in the typical case for a usb mouse you don't
need to add anything extra in /etc/rc.conf to get it working.

Additionally, this updates /etc/usbd.conf to use the rc.d/moused script so
people don't have to modify it to configure their usb mouse anymore.

MFC after: 1 month
2004-11-01 18:05:41 +00:00
..
man1 Use a single style for share/man/ makefiles: 2004-01-20 10:27:23 +00:00
man3 Mutually cross-reference sysexits(3) and err(3). Add text to err(3) 2004-10-04 14:04:37 +00:00
man4 des added bge(4) support. 2004-11-01 11:43:07 +00:00
man5 Do a better job of supporting more than one mouse device 2004-11-01 18:05:41 +00:00
man6 DTRT, quote parens in an extended regular expression. 2004-01-21 18:57:45 +00:00
man7 Mention pf.conf(5), pfctl(8) and pflogd(8) as ADDITIONAL READINGs. 2004-10-23 15:05:46 +00:00
man8 2004-10-07 14:06:23 +00:00
man9 Correct a misspelling, 'task_fn' -> 'task_fn_t'. 2004-10-26 17:14:45 +00:00
Makefile Make the creation of the OpenSSL whatis(1) database conditional on 2003-09-04 21:24:18 +00:00