diff options
author | David Teirney <david@teirney.net> | 2012-04-17 21:31:21 +1200 |
---|---|---|
committer | David Teirney <david@teirney.net> | 2012-05-01 23:22:57 +1200 |
commit | fc79d7b6c670be14f93ed31462b2e5924f26f38d (patch) | |
tree | 775b27f0fdba1b82dbd67f82c1f79f58c8f63dcf /lib/cmyth/libcmyth | |
parent | 4a45a079f8a6cde61d0e344c399d5d497ee46456 (diff) |
Added support for myth protocol 71.
It's not entirely clear what the protocol changes were as it looks like the changes only affected the scheduler. libcmyth isn't using ASK_RECORDER or GET_FREE_INPUTS so assume no changes are necessary.
Diffstat (limited to 'lib/cmyth/libcmyth')
-rw-r--r-- | lib/cmyth/libcmyth/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cmyth/libcmyth/connection.c b/lib/cmyth/libcmyth/connection.c index 1f5907be1d..dd223bc6ac 100644 --- a/lib/cmyth/libcmyth/connection.c +++ b/lib/cmyth/libcmyth/connection.c @@ -62,6 +62,7 @@ static myth_protomap_t protomap[] = { {68, "90094EAD"}, {69, "63835135"}, {70, "53153836"}, + {71, "05e82186"}, {0, 0} }; |