MouseMan+ has two buttons on top, one side button and a roller. FirstMouse+ has two buttons and a roller. The roller movement is recognized as the Z axis motion. The roller also acts as the third button. The side button is recognized as the fourth button.
MouseMan+ and FirstMouse+ support the PnP COM device specification. They have MS IntelliMouse compatible mode when used as a serial mouse.
To use these mice as a serial device:
Protocol "Auto" or "IntelliMouse" Device "/dev/xxxx" (where xxxx is a serial port)
To use this mouse as the PS/2 device and the OS supports PS/2 mouse initialization:
Protocol "MouseManPlusPS/2" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device)
To use this mouse as the PS/2 device but the OS does not support PS/2 mouse initialization (the wheel and the fourth button won't work):
Protocol "PS/2" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device)
To use this mouse as the PS/2 device and the OS supports automatic PS/2 mouse detection:
Protocol "Auto" Device "/dev/xxxx" (where xxxx is the PS/2 mouse device)
$XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/mouse.sgml,v 1.1.2.8 1998/03/02 09:58:25 dawes Exp $