summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused/moused.8
diff options
context:
space:
mode:
authorahasty <ahasty@FreeBSD.org>1998-06-14 20:05:27 +0000
committerahasty <ahasty@FreeBSD.org>1998-06-14 20:05:27 +0000
commita75c402e98f5929ad6951b05b2999a6ada735c48 (patch)
treeab232ffbbbf08dd58d1230991c79bea717bf1004 /usr.sbin/moused/moused.8
parentfb17974b6ab3add5c5025fe53469a7ca749f4794 (diff)
downloadFreeBSD-src-a75c402e98f5929ad6951b05b2999a6ada735c48.zip
FreeBSD-src-a75c402e98f5929ad6951b05b2999a6ada735c48.tar.gz
Reviewed by: Amancio
Submitted by: Randall Hopper <rhh@ct.picker.com> 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. For instance, we can now control fxtv via the remote control just like a TV : change channels, mute, increase volume, zoom video, freeze frame 8) 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. For further info on the X10 Mouse Remote see: http://www.x10.com/products/x10_mk19a.htm
Diffstat (limited to 'usr.sbin/moused/moused.8')
-rw-r--r--usr.sbin/moused/moused.86
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/moused/moused.8 b/usr.sbin/moused/moused.8
index 3e8a51c..ebc1d7c 100644
--- a/usr.sbin/moused/moused.8
+++ b/usr.sbin/moused/moused.8
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: moused.8,v 1.13 1998/03/23 08:24:24 charnier Exp $
+.\" $Id: moused.8,v 1.14 1998/06/13 18:55:55 steve Exp $
.\"
.Dd December 3, 1997
.Dt MOUSED 8
@@ -257,6 +257,8 @@ ALPS GlidePoint protocol.
Kensington ThinkingMouse protocol.
.It Ar mmhittab
Hitachi tablet protocol.
+.It Ar x10mouseremote
+X10 MouseRemote.
.El
.Pp
For the bus and InPort mouse:
@@ -448,6 +450,8 @@ virtual consoles
process id of the currently running
.Nm
daemon
+.It Pa /var/run/MouseRemote
+UNIX-domain stream socket for X10 MouseRemote events
.El
.Sh EXAMPLE
.Pp
OpenPOWER on IntegriCloud