summaryrefslogtreecommitdiffstats
path: root/share
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 /share
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 'share')
-rw-r--r--share/man/man5/rc.conf.53
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index b54806d..a147abc 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: rc.conf.5,v 1.18 1998/05/06 17:26:48 andreas Exp $
+.\" $Id: rc.conf.5,v 1.19 1998/05/06 17:36:16 andreas Exp $
.\"
.Dd April 26, 1997
.Dt RC.CONF 5
@@ -686,6 +686,7 @@ glidepoint ALPS GlidePoint
thinkingmouse Kensignton ThinkingMouse
ps/2 PS/2 mouse
mmhittab MM HitTablet
+x10mouseremote X10 MouseRemote
.Ed
Even if your mouse is not in the above list, it may be compatible
OpenPOWER on IntegriCloud