Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 1998 13:05:28 -0700 (PDT)
From:      Amancio Hasty <ahasty@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/share/man/man5 rc.conf.5 src/sys/i386/include mouse.h src/usr.sbin/moused moused.8 moused.c
Message-ID:  <199806142005.NAA12307@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ahasty      1998/06/14 13:05:28 PDT

  Modified files:
    share/man/man5       rc.conf.5 
    sys/i386/include     mouse.h 
    usr.sbin/moused      moused.8 moused.c 
  Log:
  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
  
  Revision  Changes    Path
  1.20      +2 -1      src/share/man/man5/rc.conf.5
  1.10      +5 -1      src/sys/i386/include/mouse.h
  1.15      +5 -1      src/usr.sbin/moused/moused.8
  1.19      +120 -1    src/usr.sbin/moused/moused.c

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



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