# The mouse protocol and device. The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.
Protocol "S/2"
Device "/dev/mouse"
# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:
# Option "rotocol" "Auto"
# When using mouse connected to a PS/2 port (aka "MousePort), set the
# the protocol as follows. On some platforms some other settings may
# be available.
# Option "rotocol" "S/2"
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris), use
# the following instead of any of the lines above. The Device line
# is not required in this case.
# Option "rotocol" "Xqueue"
# Baudrate and SampleRate are only for some older Logitech mice. In
# almost every case these lines should be omitted.