aboutsummaryrefslogtreecommitdiff
path: root/comms/uartlirc
Commit message (Collapse)AuthorAgeFilesLines
* Looks like I never tested irrecord... This patch fixes it.Juergen Lock2012-09-092-0/+21
| | | | Notes: svn path=/head/; revision=303966
* Fix build on recent(ish) 9.x (after r235405 i.e. MFC of r228631.)Juergen Lock2012-08-311-0/+20
| | | | Notes: svn path=/head/; revision=303445
* Mark broken on powerpc and sparc64: "error: uart.h: No such file or directory".Mark Linimon2012-05-271-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=297516
* This is a driver for "homebrew" type serial LIRC reveivers asJuergen Lock2012-05-133-0/+77
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 Notes: svn path=/head/; revision=296538