From owner-cvs-all Sun Jun 14 13:06:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21591 for cvs-all-outgoing; Sun, 14 Jun 1998 13:06:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21578; Sun, 14 Jun 1998 13:06:11 -0700 (PDT) (envelope-from ahasty@FreeBSD.org) From: Amancio Hasty Received: (from ahasty@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12307; Sun, 14 Jun 1998 13:05:28 -0700 (PDT) Date: Sun, 14 Jun 1998 13:05:28 -0700 (PDT) Message-Id: <199806142005.NAA12307@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 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 ) 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