From owner-freebsd-hackers Wed Jun 17 18:13:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18204 for freebsd-hackers-outgoing; Wed, 17 Jun 1998 18:13:13 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA18197; Wed, 17 Jun 1998 18:13:08 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: by outmail.utsunomiya-u.ac.jp id AA07015; Thu, 18 Jun 1998 10:13:04 +0900 Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id KAA04952; Thu, 18 Jun 1998 10:22:10 +0900 (JST) Message-Id: <199806180122.KAA04952@zodiac.mech.utsunomiya-u.ac.jp> To: Randall Hopper Cc: multimedia@FreeBSD.ORG, hackers@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: X-10 Mouse Remote patch 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> Date: Thu, 18 Jun 1998 10:22:06 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 ) 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