Added support for myth protocol 73
authorDavid Teirney <david@teirney.net>
Sat, 28 Apr 2012 22:19:24 +0000 (10:19 +1200)
committerDavid Teirney <david@teirney.net>
Tue, 1 May 2012 11:22:58 +0000 (23:22 +1200)
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

index d0d5229..34afb52 100644 (file)
@@ -64,6 +64,7 @@ static myth_protomap_t protomap[] = {
        {70, "53153836"},
        {71, "05e82186"},
        {72, "D78EFD6F"},
+       {73, "D7FE8D6F"},
        {0, 0}
 };