1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Juergen Lock
986c8e7401 Looks like I never tested irrecord... This patch fixes it. 2012-09-09 13:54:16 +00:00
Juergen Lock
e8976e5726 Fix build on recent(ish) 9.x (after r235405 i.e. MFC of r228631.) 2012-08-31 21:13:05 +00:00
Mark Linimon
e488dd0fc9 Mark broken on powerpc and sparc64: "error: uart.h: No such file or directory".
Hat:		portmgr
2012-05-27 06:37:36 +00:00
Juergen Lock
6a1d7c932a 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
2012-05-13 16:06:05 +00:00