Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 1998 02:03:20 -0400
From:      Danny Dulai <nirva@ishiboo.com>
To:        Amancio Hasty Jr <hasty@netcom.com>
Cc:        yokota@zodiac.mech.utsunomiya-u.ac.jp, hackers@FreeBSD.ORG, hasty@rah.star-gate.com, multimedia@FreeBSD.ORG, rhh@ct.picker.com
Subject:   Re: X-10 Mouse Remote patch
Message-ID:  <19980619020320.00367@bleep.ishiboo.com>
In-Reply-To: <199806190543.WAA20703@netcom18.netcom.com>; from Amancio Hasty Jr on Thu, Jun 18, 1998 at 10:43:24PM -0700
References:  <199806190543.WAA20703@netcom18.netcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Amancio Hasty Jr (hasty@netcom.com):
> I don't follow your logic given that the X10 remote mouse is also a mouse
> what is unique about other than the IR and extra key functions is that
> it can co-exist in the same port with another mouse. 
> 
> You can use the X10 remote mouse just as your sole mouse for your system.

You can, only because it is a superset of a mouse.

moused imo should do mouse stuff, and not non mouse stuff. Thats why
remoted should split the functionality of this multipurpose remote into
mouse portions and non mouse portions (possibly even copying the mouse
data over to the remote side too).

The mouse portion seems to be microsoft compatible. If you just forward
the mouse data to the remotemouse device and the non mouse related stuff
to the x10remote device (after post processing), you are taking that subset
of functionality and making it possible for programs that are not made to
use or expect the extra features.

With the current model, what happens if some new remote is available and
it lacks the mouse? You'd either need a new device or a moused that post
processes its protocol and sends the data to /var/run/MouseRemote, and
does NO mouse stuff at all to /dev/sysmouse. moused that does no mouse
stuff.. heh.  This way, remoted would deal with this and future remotes
instead of cluttering moused. 

-- 
___________________________________________________________________________
Danny Dulai                                           Feet. Pumice. Lotion.
http://www.ishiboo.com/~nirva/                            nirva@ishiboo.com

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



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