]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/moused/moused.8
This commit was generated by cvs2svn to compensate for changes in r147824,
[FreeBSD/FreeBSD.git] / usr.sbin / moused / moused.8
1 .\" Copyright (c) 1996
2 .\"     Mike Pritchard <mpp@FreeBSD.org>.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by Mike Pritchard.
15 .\" 4. Neither the name of the author nor the names of its contributors
16 .\"    may be used to endorse or promote products derived from this software
17 .\"    without specific prior written permission.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
23 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 .\" SUCH DAMAGE.
30 .\"
31 .\" $FreeBSD$
32 .\"
33 .Dd November 12, 2004
34 .Dt MOUSED 8
35 .Os
36 .Sh NAME
37 .Nm moused
38 .Nd pass mouse data to the console driver
39 .Sh SYNOPSIS
40 .Nm
41 .Op Fl DPRacdfs
42 .Op Fl I Ar file
43 .Op Fl F Ar rate
44 .Op Fl r Ar resolution
45 .Op Fl S Ar baudrate
46 .Op Fl V Op Fl U Ar distance
47 .Op Fl a Ar X Ns Op , Ns Ar Y
48 .Op Fl C Ar threshold
49 .Op Fl m Ar N=M
50 .Op Fl w Ar N
51 .Op Fl z Ar target
52 .Op Fl t Ar mousetype
53 .Op Fl l Ar level
54 .Op Fl 3 Op Fl E Ar timeout
55 .Fl p Ar port
56 .Pp
57 .Nm
58 .Op Fl Pd
59 .Fl p Ar port
60 .Fl i Ar info
61 .Sh DESCRIPTION
62 The
63 .Nm
64 utility and the console driver work together to support
65 mouse operation in the text console and user programs.
66 They virtualize the mouse and provide user programs with mouse data
67 in the standard format
68 (see
69 .Xr sysmouse 4 ) .
70 .Pp
71 The mouse daemon listens to the specified port for mouse data,
72 interprets and then passes it via ioctls to the console driver.
73 The mouse daemon
74 reports translation movement, button press/release
75 events and movement of the roller or the wheel if available.
76 The roller/wheel movement is reported as
77 .Dq Z
78 axis movement.
79 .Pp
80 The console driver will display the mouse pointer on the screen
81 and provide cut and paste functions if the mouse pointer is enabled
82 in the virtual console via
83 .Xr vidcontrol 1 .
84 If
85 .Xr sysmouse 4
86 is opened by the user program, the console driver also passes the mouse
87 data to the device so that the user program will see it.
88 .Pp
89 If the mouse daemon receives the signal
90 .Dv SIGHUP ,
91 it will reopen the mouse port and reinitialize itself.
92 Useful if
93 the mouse is attached/detached while the system is suspended.
94 .Pp
95 The following options are available:
96 .Bl -tag -width indent
97 .It Fl 3
98 Emulate the third (middle) button for 2-button mice.
99 It is emulated
100 by pressing the left and right physical buttons simultaneously.
101 .It Fl C Ar threshold
102 Set double click speed as the maximum interval in msec between button clicks.
103 Without this option, the default value of 500 msec will be assumed.
104 This option will have effect only on the cut and paste operations
105 in the text mode console.
106 The user program which is reading mouse data
107 via
108 .Xr sysmouse 4
109 will not be affected.
110 .It Fl D
111 Lower DTR on the serial port.
112 This option is valid only if
113 .Ar mousesystems
114 is selected as the protocol type.
115 The DTR line may need to be dropped for a 3-button mouse
116 to operate in the
117 .Ar mousesystems
118 mode.
119 .It Fl E Ar timeout
120 When the third button emulation is enabled
121 (see above),
122 the
123 .Nm
124 utility waits
125 .Ar timeout
126 msec at most before deciding whether two buttons are being pressed
127 simultaneously.
128 The default timeout is 100 msec.
129 .It Fl F Ar rate
130 Set the report rate (reports/sec) of the device if supported.
131 .It Fl I Ar file
132 Write the process id of the
133 .Nm
134 utility in the specified file.
135 Without this option, the process id will be stored in
136 .Pa /var/run/moused.pid .
137 .It Fl P
138 Do not start the Plug and Play COM device enumeration procedure
139 when identifying the serial mouse.
140 If this option is given together with the
141 .Fl i
142 option, the
143 .Nm
144 utility will not be able to print useful information for the serial mouse.
145 .It Fl R
146 Lower RTS on the serial port.
147 This option is valid only if
148 .Ar mousesystems
149 is selected as the protocol type by the
150 .Fl t
151 option below.
152 It is often used with the
153 .Fl D
154 option above.
155 Both RTS and DTR lines may need to be dropped for
156 a 3-button mouse to operate in the
157 .Ar mousesystems
158 mode.
159 .It Fl S Ar baudrate
160 Select the baudrate for the serial port (1200 to 9600).
161 Not all serial mice support this option.
162 .It Fl V
163 Enable
164 .Dq Virtual Scrolling .
165 With this option set, holding the middle mouse
166 button down will cause motion to be interpreted as scrolling.
167 Use the
168 .Fl U
169 option to set the distance the mouse must move before the scrolling mode is
170 activated.
171 .It Fl U Ar distance
172 When
173 .Dq Virtual Scrolling
174 is enabled, the
175 .Fl U
176 option can be used to set the
177 .Ar distance
178 (in pixels) that the mouse must move before the scrolling
179 mode is activated.
180 The default
181 .Ar distance
182 is 3 pixels.
183 .It Fl a Ar X Ns Op , Ns Ar Y
184 Accelerate or decelerate the mouse input.
185 This is a linear acceleration only.
186 Values less than 1.0 slow down movement, values greater than 1.0 speed it
187 up.
188 Specifying only one value sets the acceleration for both axes.
189 .It Fl c
190 Some mice report middle button down events
191 as if the left and right buttons are being pressed.
192 This option handles this.
193 .It Fl d
194 Enable debugging messages.
195 .It Fl f
196 Do not become a daemon and instead run as a foreground process.
197 Useful for testing and debugging.
198 .It Fl i Ar info
199 Print specified information and quit.
200 Available pieces of
201 information are:
202 .Pp
203 .Bl -tag -compact -width modelxxx
204 .It Ar port
205 Port (device file) name, i.e.\&
206 .Pa /dev/cuad0 ,
207 .Pa /dev/mse0
208 and
209 .Pa /dev/psm0 .
210 .It Ar if
211 Interface type: serial, bus, inport or ps/2.
212 .It Ar type
213 Protocol type.
214 It is one of the types listed under the
215 .Fl t
216 option below or
217 .Ar sysmouse
218 if the driver supports the
219 .Ar sysmouse
220 data format standard.
221 .It Ar model
222 Mouse model.
223 The
224 .Nm
225 utility may not always be able to identify the model.
226 .It Ar all
227 All of the above items.
228 Print port, interface, type and model in this order
229 in one line.
230 .El
231 .Pp
232 If the
233 .Nm
234 utility cannot determine the requested information, it prints
235 .Dq Li unknown
236 or
237 .Dq Li generic .
238 .It Fl l Ar level
239 Specifies at which level
240 .Nm
241 should operate the mouse driver.
242 Refer to
243 .Sx Operation Levels
244 in
245 .Xr psm 4
246 for more information on this.
247 .It Fl m Ar N=M
248 Assign the physical button
249 .Ar M
250 to the logical button
251 .Ar N .
252 You may specify as many instances of this option as you like.
253 More than one physical button may be assigned to a logical button at the
254 same time.
255 In this case the logical button will be down,
256 if either of the assigned physical buttons is held down.
257 Do not put space around
258 .Ql = .
259 .It Fl p Ar port
260 Use
261 .Ar port
262 to communicate with the mouse.
263 .It Fl r Ar resolution
264 Set the resolution of the device; in Dots Per Inch, or
265 .Ar low ,
266 .Ar medium-low ,
267 .Ar medium-high
268 or
269 .Ar high .
270 This option may not be supported by all the device.
271 .It Fl s
272 Select a baudrate of 9600 for the serial line.
273 Not all serial mice support this option.
274 .It Fl t Ar type
275 Specify the protocol type of the mouse attached to the port.
276 You may explicitly specify a type listed below, or use
277 .Ar auto
278 to let the
279 .Nm
280 utility automatically select an appropriate protocol for the given
281 mouse.
282 If you entirely omit this option in the command line,
283 .Fl t Ar auto
284 is assumed.
285 Under normal circumstances,
286 you need to use this option only if the
287 .Nm
288 utility is not able to detect the protocol automatically
289 (see
290 .Sx "Configuring Mouse Daemon" ) .
291 .Pp
292 Note that if a protocol type is specified with this option, the
293 .Fl P
294 option above is implied and Plug and Play COM device enumeration
295 procedure will be disabled.
296 .Pp
297 Also note that if your mouse is attached to the PS/2 mouse port, you should
298 always choose
299 .Ar auto
300 or
301 .Ar ps/2 ,
302 regardless of the brand and model of the mouse.
303 Likewise, if your
304 mouse is attached to the bus mouse port, choose
305 .Ar auto
306 or
307 .Ar busmouse .
308 Serial mouse protocols will not work with these mice.
309 .Pp
310 For the USB mouse, the protocol must be
311 .Ar auto .
312 No other protocol will work with the USB mouse.
313 .Pp
314 Valid types for this option are
315 listed below.
316 .Pp
317 For the serial mouse:
318 .Bl -tag -compact -width mousesystemsxxx
319 .It Ar microsoft
320 Microsoft serial mouse protocol.
321 Most 2-button serial mice use this protocol.
322 .It Ar intellimouse
323 Microsoft IntelliMouse protocol.
324 Genius NetMouse,
325 .Tn ASCII
326 Mie Mouse,
327 Logitech MouseMan+ and FirstMouse+ use this protocol too.
328 Other mice with a roller/wheel may be compatible with this protocol.
329 .It Ar mousesystems
330 MouseSystems 5-byte protocol.
331 3-button mice may use this protocol.
332 .It Ar mmseries
333 MM Series mouse protocol.
334 .It Ar logitech
335 Logitech mouse protocol.
336 Note that this is for old Logitech models.
337 .Ar mouseman
338 or
339 .Ar intellimouse
340 should be specified for newer models.
341 .It Ar mouseman
342 Logitech MouseMan and TrackMan protocol.
343 Some 3-button mice may be compatible
344 with this protocol.
345 Note that MouseMan+ and FirstMouse+ use
346 .Ar intellimouse
347 protocol rather than this one.
348 .It Ar glidepoint
349 ALPS GlidePoint protocol.
350 .It Ar thinkingmouse
351 Kensington ThinkingMouse protocol.
352 .It Ar mmhitab
353 Hitachi tablet protocol.
354 .It Ar x10mouseremote
355 X10 MouseRemote.
356 .It Ar kidspad
357 Genius Kidspad and Easypad protocol.
358 .It Ar versapad
359 Interlink VersaPad protocol.
360 .El
361 .It Ar gtco_digipad
362 GTCO Digipad protocol.
363 .Pp
364 For the bus and InPort mouse:
365 .Bl -tag -compact -width mousesystemsxxx
366 .It Ar busmouse
367 This is the only protocol type available for
368 the bus and InPort mouse and should be specified for any bus mice
369 and InPort mice, regardless of the brand.
370 .El
371 .Pp
372 For the PS/2 mouse:
373 .Bl -tag -compact -width mousesystemsxxx
374 .It Ar ps/2
375 This is the only protocol type available for the PS/2 mouse
376 and should be specified for any PS/2 mice, regardless of the brand.
377 .El
378 .Pp
379 For the USB mouse,
380 .Ar auto
381 is the only protocol type available for the USB mouse
382 and should be specified for any USB mice, regardless of the brand.
383 .It Fl w Ar N
384 Make the physical button
385 .Ar N
386 act as the wheel mode button.
387 While this button is pressed, X and Y axis movement is reported to be zero
388 and the Y axis movement is mapped to Z axis.
389 You may further map the Z axis movement to virtual buttons by the
390 .Fl z
391 option below.
392 .It Fl z Ar target
393 Map Z axis (roller/wheel) movement to another axis or to virtual buttons.
394 Valid
395 .Ar target
396 maybe:
397 .Bl -tag -compact -width x__
398 .It Ar x
399 .It Ar y
400 X or Y axis movement will be reported when the Z axis movement is detected.
401 .It Ar N
402 Report down events for the virtual buttons
403 .Ar N
404 and
405 .Ar N+1
406 respectively when negative and positive Z axis movement
407 is detected.
408 There do not need to be physical buttons
409 .Ar N
410 and
411 .Ar N+1 .
412 Note that mapping to logical buttons is carried out after mapping
413 from the Z axis movement to the virtual buttons is done.
414 .It Ar N1 N2
415 Report down events for the virtual buttons
416 .Ar N1
417 and
418 .Ar N2
419 respectively when negative and positive Z axis movement
420 is detected.
421 .It Ar N1 N2 N3 N4
422 This is useful for the mouse with two wheels of which
423 the second wheel is used to generate horizontal scroll action,
424 and for the mouse which has a knob or a stick which can detect
425 the horizontal force applied by the user.
426 .Pp
427 The motion of the second wheel will be mapped to the buttons
428 .Ar N3 ,
429 for the negative direction, and
430 .Ar N4 ,
431 for the positive direction.
432 If the buttons
433 .Ar N3
434 and
435 .Ar N4
436 actually exist in this mouse, their actions will not be detected.
437 .Pp
438 Note that horizontal movement or second roller/wheel movement may not
439 always be detected,
440 because there appears to be no accepted standard as to how it is encoded.
441 .Pp
442 Note also that some mice think left is the negative horizontal direction;
443 others may think otherwise.
444 Moreover, there are some mice whose two wheels are both mounted vertically,
445 and the direction of the second vertical wheel does not match the
446 first one.
447 .El
448 .El
449 .Ss Configuring Mouse Daemon
450 The first thing you need to know is the interface type
451 of the mouse you are going to use.
452 It can be determined by looking at the connector of the mouse.
453 The serial mouse has a D-Sub female 9- or 25-pin connector.
454 The bus and InPort mice have either a D-Sub male 9-pin connector
455 or a round DIN 9-pin connector.
456 The PS/2 mouse is equipped with a small, round DIN 6-pin connector.
457 Some mice come with adapters with which the connector can
458 be converted to another.
459 If you are to use such an adapter,
460 remember the connector at the very end of the mouse/adapter pair is
461 what matters.
462 The USB mouse has a flat rectangular connector.
463 .Pp
464 The next thing to decide is a port to use for the given interface.
465 For the bus, InPort and PS/2 mice, there is little choice:
466 the bus and InPort mice always use
467 .Pa /dev/mse0 ,
468 and the PS/2 mouse is always at
469 .Pa /dev/psm0 .
470 There may be more than one serial port to which the serial
471 mouse can be attached.
472 Many people often assign the first, built-in
473 serial port
474 .Pa /dev/cuad0
475 to the mouse.
476 You can attach multiple USB mice to your system or to your USB hub.
477 They are accessible as
478 .Pa /dev/ums0 , /dev/ums1 ,
479 and so on.
480 .Pp
481 You may want to create a symbolic link
482 .Pa /dev/mouse
483 pointing to the real port to which the mouse is connected, so that you
484 can easily distinguish which is your
485 .Dq mouse
486 port later.
487 .Pp
488 The next step is to guess the appropriate protocol type for the mouse.
489 The
490 .Nm
491 utility may be able to automatically determine the protocol type.
492 Run the
493 .Nm
494 utility with the
495 .Fl i
496 option and see what it says.
497 If the command can identify
498 the protocol type, no further investigation is necessary on your part.
499 You may start the daemon without explicitly specifying a protocol type
500 (see
501 .Sx EXAMPLES ) .
502 .Pp
503 The command may print
504 .Ar sysmouse
505 if the mouse driver supports this protocol type.
506 .Pp
507 Note that the
508 .Dv type
509 and
510 .Dv model
511 printed by the
512 .Fl i
513 option do not necessarily match the product name of the pointing device
514 in question, but they may give the name of the device with which it is
515 compatible.
516 .Pp
517 If the
518 .Fl i
519 option yields nothing, you need to specify a protocol type to the
520 .Nm
521 utility by the
522 .Fl t
523 option.
524 You have to make a guess and try.
525 There is rule of thumb:
526 .Pp
527 .Bl -enum -compact -width 1.X
528 .It
529 The bus and InPort mice always use
530 .Ar busmouse
531 protocol regardless of the brand of the mouse.
532 .It
533 The
534 .Ar ps/2
535 protocol should always be specified for the PS/2 mouse
536 regardless of the brand of the mouse.
537 .It
538 You must specify the
539 .Ar auto
540 protocol for the USB mouse.
541 .It
542 Most 2-button serial mice support the
543 .Ar microsoft
544 protocol.
545 .It
546 3-button serial mice may work with the
547 .Ar mousesystems
548 protocol.
549 If it does not, it may work with the
550 .Ar microsoft
551 protocol although
552 the third (middle) button will not function.
553 3-button serial mice may also work with the
554 .Ar mouseman
555 protocol under which the third button may function as expected.
556 .It
557 3-button serial mice may have a small switch to choose between
558 .Dq MS
559 and
560 .Dq PC ,
561 or
562 .Dq 2
563 and
564 .Dq 3 .
565 .Dq MS
566 or
567 .Dq 2
568 usually mean the
569 .Ar microsoft
570 protocol.
571 .Dq PC
572 or
573 .Dq 3
574 will choose the
575 .Ar mousesystems
576 protocol.
577 .It
578 If the mouse has a roller or a wheel, it may be compatible with the
579 .Ar intellimouse
580 protocol.
581 .El
582 .Pp
583 To test if the selected protocol type is correct for the given mouse,
584 enable the mouse pointer in the current virtual console,
585 .Pp
586 .Dl vidcontrol -m on
587 .Pp
588 start the mouse daemon in the foreground mode,
589 .Pp
590 .Dl moused -f -p Ar _selected_port_ -t Ar _selected_protocol_
591 .Pp
592 and see if the mouse pointer travels correctly
593 according to the mouse movement.
594 Then try cut & paste features by
595 clicking the left, right and middle buttons.
596 Type ^C to stop
597 the command.
598 .Ss Multiple Mice
599 As many instances of the mouse daemon as the number of mice attached to
600 the system may be run simultaneously; one
601 instance for each mouse.
602 This is useful if the user wants to use the built-in PS/2 pointing device
603 of a laptop computer while on the road, but wants to use a serial
604 mouse when s/he attaches the system to the docking station in the office.
605 Run two mouse daemons and tell the application program
606 (such as the
607 .Tn "X\ Window System" )
608 to use
609 .Xr sysmouse 4 ,
610 then the application program will always see mouse data from either mouse.
611 When the serial mouse is not attached, the corresponding mouse daemon
612 will not detect any movement or button state change and the application
613 program will only see mouse data coming from the daemon for the
614 PS/2 mouse.
615 In contrast when both mice are attached and both of them
616 are moved at the same time in this configuration,
617 the mouse pointer will travel across the screen just as if movement of
618 the mice is combined all together.
619 .Sh FILES
620 .Bl -tag -width /dev/consolectl -compact
621 .It Pa /dev/consolectl
622 device to control the console
623 .It Pa /dev/mse%d
624 bus and InPort mouse driver
625 .It Pa /dev/psm%d
626 PS/2 mouse driver
627 .It Pa /dev/sysmouse
628 virtualized mouse driver
629 .It Pa /dev/ttyv%d
630 virtual consoles
631 .It Pa /dev/ums%d
632 USB mouse driver
633 .It Pa /var/run/moused.pid
634 process id of the currently running
635 .Nm
636 utility
637 .It Pa /var/run/MouseRemote
638 UNIX-domain stream socket for X10 MouseRemote events
639 .El
640 .Sh EXAMPLES
641 .Dl moused -p /dev/cuad0 -i type
642 .Pp
643 Let the
644 .Nm
645 utility determine the protocol type of the mouse at the serial port
646 .Pa /dev/cuad0 .
647 If successful, the command will print the type, otherwise it will say
648 .Dq Li unknown .
649 .Pp
650 .Dl moused -p /dev/cuad0
651 .Dl vidcontrol -m on
652 .Pp
653 If the
654 .Nm
655 utility is able to identify the protocol type of the mouse at the specified
656 port automatically, you can start the daemon without the
657 .Fl t
658 option and enable the mouse pointer in the text console as above.
659 .Pp
660 .Dl moused -p /dev/mouse -t microsoft
661 .Dl vidcontrol -m on
662 .Pp
663 Start the mouse daemon on the serial port
664 .Pa /dev/mouse .
665 The protocol type
666 .Ar microsoft
667 is explicitly specified by the
668 .Fl t
669 option.
670 .Pp
671 .Dl moused -p /dev/mouse -m 1=3 -m 3=1
672 .Pp
673 Assign the physical button 3 (right button) to the logical button 1
674 (logical left) and the physical button 1 (left) to the logical
675 button 3 (logical right).
676 This will effectively swap the left and right buttons.
677 .Pp
678 .Dl moused -p /dev/mouse -t intellimouse -z 4
679 .Pp
680 Report negative Z axis movement (i.e., mouse wheel) as the button 4 pressed
681 and positive Z axis movement (i.e., mouse wheel) as the button 5 pressed.
682 .Sh CAVEATS
683 The
684 .Nm
685 utility does not currently work with the alternative console driver
686 .Xr pcvt 4 .
687 .Pp
688 Many pad devices behave as if the first (left) button were pressed if
689 the user
690 .Dq taps
691 the surface of the pad.
692 In contrast, some ALPS GlidePoint and Interlink VersaPad models
693 treat the tapping action
694 as fourth button events.
695 Use the option
696 .Dq Fl m Li 1=4
697 for these models
698 to obtain the same effect as the other pad devices.
699 .Pp
700 Cut and paste functions in the virtual console assume that there
701 are three buttons on the mouse.
702 The logical button 1 (logical left) selects a region of text in the
703 console and copies it to the cut buffer.
704 The logical button 3 (logical right) extends the selected region.
705 The logical button 2 (logical middle) pastes the selected text
706 at the text cursor position.
707 If the mouse has only two buttons, the middle, `paste' button
708 is not available.
709 To obtain the paste function, use the
710 .Fl 3
711 option to emulate the middle button, or use the
712 .Fl m
713 option to assign the physical right button to the logical middle button:
714 .Dq Fl m Li 2=3 .
715 .Sh SEE ALSO
716 .Xr kill 1 ,
717 .Xr vidcontrol 1 ,
718 .Xr keyboard 4 ,
719 .Xr mse 4 ,
720 .Xr pcvt 4 ,
721 .Xr psm 4 ,
722 .Xr screen 4 ,
723 .Xr sysmouse 4 ,
724 .Xr ums 4
725 .Sh STANDARDS
726 The
727 .Nm
728 utility partially supports
729 .Dq Plug and Play External COM Device Specification
730 in order to support PnP serial mice.
731 However, due to various degrees of conformance to the specification by
732 existing serial mice, it does not strictly follow the version 1.0 of the
733 standard.
734 Even with this less strict approach,
735 it may not always determine an appropriate protocol type
736 for the given serial mouse.
737 .Sh HISTORY
738 The
739 .Nm
740 utility first appeared in
741 .Fx 2.2 .
742 .Sh AUTHORS
743 .An -nosplit
744 The
745 .Nm
746 utility was written by
747 .An Michael Smith Aq msmith@FreeBSD.org .
748 This manual page was written by
749 .An Mike Pritchard Aq mpp@FreeBSD.org .
750 The command and manual page have since been updated by
751 .An Kazutaka Yokota Aq yokota@FreeBSD.org .