From rneswold@mcs.net  Mon Jan 26 06:31:53 1998
Received: from drmemory.cohorts.org (drmemory.fnal.gov [131.225.105.170])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27207
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Jan 1998 06:31:50 -0800 (PST)
          (envelope-from rneswold@mcs.net)
Received: from localhost (rneswold@localhost)
	by drmemory.cohorts.org (8.8.8/8.8.6) with SMTP id IAA01444
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Jan 1998 08:30:05 -0600 (CST)
Message-Id: <Pine.BSF.3.96.980126082726.1430L-100000@drmemory.cohorts.org>
Date: Mon, 26 Jan 1998 08:30:04 -0600 (CST)
From: "Richard M. Neswold" <rneswold@mcs.net>
Reply-To: rneswold@mcs.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Problems with 'moused'.

>Number:         5568
>Category:       bin
>Synopsis:       Problems with 'moused'.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 26 06:40:02 PST 1998
>Closed-Date:    Thu Jan 29 20:27:15 PST 1998
>Last-Modified:  Thu Jan 29 20:28:16 PST 1998
>Originator:     Richard M. Neswold
>Release:        FreeBSD 2.2.5-STABLE i386
>Organization:
>Environment:

I have a Mouse Systems three-button mouse connected to /dev/cuaa0. My
/etc/rc.conf sets up 'moused' to use the mousesystems protocol and use
-D as an extra command line option.

My X configuration uses the mousesystems protocol on /dev/sysmouse.

This setup has worked flawlessly for the past six months.

>Description:

After applying the latest moused patches (merged from -current, I believe)
I recompiled the kernel and did a make world. Now 'moused' doesn't recognize
my mouse.

I invoked 'moused' with the "show info" option and it couldn't determine
what my mouse type was. Removing 'moused' and having X talk directly to
cuaa0 works. The mouse operates fine with just X. It appears that something
got broken in the moused upgrade.

>How-To-Repeat:

Get the latest moused sources in RELENG_2_2 and connect a MouseSystems
mouse (model 403972-001, in case that's significant). 

>Fix:
	
Don't use 'moused' with MouseSystems mice (?) 


>Release-Note:
>Audit-Trail:

From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
To: rneswold@mcs.net
Cc: FreeBSD-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp
Subject: Re: bin/5568: Problems with 'moused'. 
Date: Tue, 27 Jan 1998 10:04:09 +0900

 >>Number:         5568
 >>Category:       bin
 >>Synopsis:       Problems with 'moused'.
 >>Confidential:   no
 >>Severity:       non-critical
 >>Priority:       low
 >>Responsible:    freebsd-bugs
 >>State:          open
 >>Quarter:
 >>Keywords:
 >>Date-Required:
 >>Class:          sw-bug
 >>Submitter-Id:   current-users
 >>Arrival-Date:   Mon Jan 26 06:40:02 PST 1998
 >>Last-Modified:
 >>Originator:     Richard M. Neswold
 >>Organization:
 >>Release:        FreeBSD 2.2.5-STABLE i386
 >>Environment:
 >
 >I have a Mouse Systems three-button mouse connected to /dev/cuaa0. My
 >/etc/rc.conf sets up 'moused' to use the mousesystems protocol and use
 >-D as an extra command line option.
 >
 >My X configuration uses the mousesystems protocol on /dev/sysmouse.
 >
 >This setup has worked flawlessly for the past six months.
 >
 >>Description:
 >
 >After applying the latest moused patches (merged from -current, I believe)
 >I recompiled the kernel and did a make world. Now 'moused' doesn't recognize
 >my mouse.
 >
 >I invoked 'moused' with the "show info" option and it couldn't determine
 >what my mouse type was. Removing 'moused' and having X talk directly to
 >cuaa0 works. The mouse operates fine with just X. It appears that something
 >got broken in the moused upgrade.
 
 It is just that the "-i type" (show info) option probably couldn't
 determine what your mouse is.  `moused' is not able to detect the
 protocol type of the serial mouse if the mouse does not support the
 PnP COM device specification.
 
 Would you manually invoke `moused' in foreground, debug mode?
 
 moused -t mousesystems -D -f -d -p /dev/cuaa0
 
 (You must be root to do this.)  Now move mouse and see debug output.
 You will see button status and X Y count values on screen.  See if
 mouse movement and printed values agree.
 
 Type ^C to stop `moused'.
 
 Kazu
 
State-Changed-From-To: open->closed 
State-Changed-By: yokota 
State-Changed-When: Thu Jan 29 20:27:15 PST 1998 
State-Changed-Why:  
The originator reported moused worked once the kernel was rebuilt AFTER 
`make world'. 
>Unformatted:
