Subject: Re: On wscons, mice, and keyboards
To: None <augustss@cs.chalmers.se>
From: Noriyuki Soda <soda@sra.co.jp>
List: current-users
Date: 07/28/1998 21:34:04
Lennart Augustsson <augustss@cs.chalmers.se> wrote:
> I currently have three mice connected to my computer and I would
> like to be able to use them interchangebly, so this is what I'd
> like to have in the config file:

FreeBSD has a userland program moused(8) which works with console
device driver for this purpose.

Did you check moused(8) implementation ?
I think tying moused(8) to console device driver is not so smart.
Perhaps pty could be used instead.

> ums0 at uhub?
> ums1 at uhub?
> psm0 at pckbc?
> wsmouse0 at ums0
> wsmouse0 at ums1
> wsmouse0 at psm0

serial mouse is not interchangeable by this method.
--
soda