Date: Mon, 1 Jun 1998 19:41:16 -0400 From: Randall Hopper <rhh@ct.picker.com> To: multimedia@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: X-10 Mouse Remote patch Message-ID: <19980601194116.A25497@ct.picker.com>
next in thread | raw e-mail | index | archive | help
Here's a kernel/moused(8) patch to -current that adds "X-10 Mouse Remote" support to moused: http://multiverse.com/~rhh/moused.x10remote.patch.gz (it's also enclosed in the Fxtv-0.47 source package). See: http://www.x10.com/products/x10_mk19a.htm for details on this product. 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. 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. Hope you find this useful. Randall 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?19980601194116.A25497>