Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 1998 10:22:06 +0900
From:      Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
To:        Randall Hopper <rhh@ct.picker.com>
Cc:        multimedia@FreeBSD.ORG, hackers@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp
Subject:   Re: X-10 Mouse Remote patch 
Message-ID:  <199806180122.KAA04952@zodiac.mech.utsunomiya-u.ac.jp>
In-Reply-To: Your message of "Mon, 01 Jun 1998 19:41:16 -0400." <19980601194116.A25497@ct.picker.com> 
References:  <19980601194116.A25497@ct.picker.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Hi, sorry for late response.  I am terribly tied to my work these days.

>     Here's a kernel/moused(8) patch to -current that adds "X-10 Mouse Remote"
>support to moused:
>
>          http://multiverse.com/~rhh/moused.x10remote.patch.gz
>
>(it's also enclosed in the Fxtv-0.47 source package).  See:
>
>          http://www.x10.com/products/x10_mk19a.htm 
>
>for details on this product.
>
>     The patch supports using the X10 Mouse Remote in both stand-alone and
>pass-through configurations, so you can plug your mouse and remote into the
>same serial port, use the mouse for X, and use the remote for other apps
>like Fxtv.
>
>     The mouse events are channeled through the syscons/sysmouse I/F like
>normal, and the remote buttons are "syphoned off" to a UNIX-domain stream
>socket (defined as _PATH_MOUSEREMOTE in <machine/mouse.h>) for a
>remote-aware app to grab and use.
>
>     Hope you find this useful.
>
>Randall

I have looked at your patch and X10's web site.  I know Amacio has
already committed the change to the source tree.  But, I would like to
know if we can make `moused' to detect the device automatically.

I understand the receiver of this device can be attached to either a
seial port or the PS/2 mouse port.

Do you know if the device supports PnP COM device standard?  What if
you start `moused' like the following when you connect it to a serial
port? What does it print?

	moused -d -i all -p /dev/cuaa0

Have you ever tried to connect the receiver to the PS/2 mouse port?
If so, would you show us the output from `dmesg' after booting the
system with the `-v' option at the `boot:' prompt?

Kazu

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806180122.KAA04952>