
# The full name of the attached mouse.
#
FULLNAME=""

# The YaST-internal identifier of the attached mouse.
#
YAST_MOUSE="none"
MOUSEDEVICE="/dev/input/mice"

# Mouse device used for the X11 system.
#
XMOUSEDEVICE="/dev/input/mice"

# The number of buttons of the attached mouse.
#
BUTTONS="0"

# The number of wheels of the attached mouse.
#
WHEELS="0"
