[mythtv-commits] mythtv commit: r17972 - in trunk/mythtv by danielk
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Tue Jul 29 15:51:45 UTC 2008
Author: danielk
Date: 2008-07-29 15:51:45 +0000 (Tue, 29 Jul 2008)
New Revision: 17972
Changeset: http://cvs.mythtv.org/trac/changeset/17972
Modified:
trunk/mythtv/libs/libmythui/lirc.cpp
trunk/mythtv/libs/libmythui/lirc.h
trunk/mythtv/libs/libmythui/mythmainwindow.cpp
trunk/mythtv/programs/mythfrontend/globalsettings.cpp
Log:
Improves LIRC handling in MythTV.
* Allows user to connect to the local LIRC daemon, even if it is running on say /dev/lircd2 rather than /dev/lircd. This is very useful if you have multiple LIRC daemons running, say one for transmit and nother for recv, you do not need to go through any contortions to make sure the LIRC daemon for recv is always on /dev/lircd
* Allows user to connect to a remote LIRC daemon, using host[:port], ip[:port] instead of the default '/dev/lircd'.
More information about the mythtv-commits
mailing list