Date: Sun, 13 May 2012 16:06:05 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms Makefile ports/comms/uartlirc Makefile distinfo pkg-descr Message-ID: <201205131606.q4DG65aq058321@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nox 2012-05-13 16:06:05 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/uartlirc Makefile distinfo pkg-descr Log: This is a driver for "homebrew" type serial LIRC reveivers as described here: http://lirc.org/receivers.html It overrides the `normal' uart(4) driver, if you have that driver already loaded or statically in your kernel (like it is in GENERIC) then you need to load uartlirc.ko from loader.conf(5) (or manually via the loader prompt) for the override to work. The driver provides a /dev/lircX node for each serial port in addition to the normal tty nodes /dev/cuauX etc, so you can still use other serial ports normally should you have more than one. Note: it only supports PCI/motherboard serial ports not ones connected via USB, for USB you can use mceusb hardware supported via webcamd, or FTDI hardware supported by comms/lirc natively via libftdi, see: http://wiki.freebsd.org/WebcamCompat and the comms/lirc port's pkg-message. WWW: http://forums.freebsd.org/showthread.php?p=175029 Revision Changes Path 1.245 +1 -0 ports/comms/Makefile 1.1 +53 -0 ports/comms/uartlirc/Makefile (new) 1.1 +2 -0 ports/comms/uartlirc/distinfo (new) 1.1 +22 -0 ports/comms/uartlirc/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205131606.q4DG65aq058321>