From d7b39295b5d7d30e54a7d131677970f9854cd098 Mon Sep 17 00:00:00 2001 From: David Teirney Date: Sun, 29 Apr 2012 10:19:24 +1200 Subject: [PATCH] Added support for myth protocol 73 Gentoo seems to have already updated to the trunk version of MythTV after the 0.25 release. No changes necessary as libcmyth doesn't currently have support for RESCHEDULE_RECORDINGS. --- lib/cmyth/libcmyth/connection.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cmyth/libcmyth/connection.c b/lib/cmyth/libcmyth/connection.c index 28ceafb8bcb21..261db5f80cf2b 100644 --- a/lib/cmyth/libcmyth/connection.c +++ b/lib/cmyth/libcmyth/connection.c @@ -64,6 +64,7 @@ static myth_protomap_t protomap[] = { {70, "53153836"}, {71, "05e82186"}, {72, "D78EFD6F"}, + {73, "D7FE8D6F"}, {0, 0} };