
mythtv at cvs
Nov 23, 2009, 10:04 PM
Post #1 of 4
(513 views)
Permalink
|
|
Ticket #7653: lircrcd needs CODEs to end with "\n"
|
|
#7653: lircrcd needs CODEs to end with "\n" ---------------------------------------------+------------------------------ Reporter: teague@… | Owner: stuartm Type: patch | Status: new Priority: minor | Milestone: unknown Component: MythTV - User Interface Library | Version: 0.22 Severity: medium | Mlocked: 0 ---------------------------------------------+------------------------------ I want to use lircrcd to switch lirc modes when I spawn mplayer to watch videos. (lircrcd talks with all lirc clients to coordinate lirc modes across different clients.) At least as of lirc 0.8.5, lircrcd needs the CODE commands it receives over its socket to end with "\n", else it dies - but the version of lirc_client.c included in libmythui doesn't end its CODEs with "\n". The attached patch is trivial, and adds "\n" to lirc_code2char in libmythui/lirc_client.c. It does not impact the behavior of lirc or mythtv when not using lircrcd (tested.) It is svn diffed against 22-fixes. -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7653> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|