Subject: Re: mux mouse? (was Re: Intellimouse problems)
To: None <boquist@crt.se>
From: Ken Nakata <kenn@synap.ne.jp>
List: port-i386
Date: 01/05/2000 22:18:00
On Wed, 5 Jan 2000 12:07:24 +0100 (CET), boquist@crt.se (Urban Boquist) wrote:
> 
> No problem, I use it like that all the time. This is from my kernel config:

Thanks!

> pms*		at pckbc?		# PS/2 mouse for wsmouse
> wsmouse*	at pms? mux 0
> 
> ums*	at uhub? port ? configuration ? interface ?
> wsmouse*	at ums? mux 0
> 
> pseudo-device	wsmux		2

Ok, I already have these.

> You may need to change "pms" depending on your laptop.
> 
> Then, in /etc/XF86Config, in the Pointer section:
> 
> 	Protocol	"Wsmouse"
> 	Device		"/dev/wsmouse"

So, I need to MAKEDEV wsmouse, without any number suffix?  But my
/dev/MAKEDEV doesn't seem to know how to make /dev/wsmouse.  Hmm...
What gives?

Ken