Adds Hdcp Support for Tx30X and Tx201

This commit is contained in:
Jason T Alborough 2018-08-15 18:38:21 -04:00
parent a13428fb4e
commit 96e60f6eaf
2 changed files with 2 additions and 2 deletions

View file

@ -134,7 +134,7 @@ namespace PepperDash.Essentials {
// Debug.Console(0, "Init Value {0}", x); // Debug.Console(0, "Init Value {0}", x);
uint tempNum = x; uint tempNum = x;
HdcpSupportCapability[tempNum] = (ushort)(tempNum + 1200); HdcpSupportCapability[tempNum] = (ushort)(tempNum + 1200);
HdcpSupport[tempNum] = (ushort)(tempNum + 900); HdcpSupport[tempNum] = (ushort)(tempNum + 1000);
OutputVideoRoutes[tempNum] = (ushort)(tempNum + 100); OutputVideoRoutes[tempNum] = (ushort)(tempNum + 100);
OutputAudioRoutes[tempNum] = (ushort)(tempNum + 300); OutputAudioRoutes[tempNum] = (ushort)(tempNum + 300);
TxOnlineStatus[tempNum] = (ushort)(tempNum + 500); TxOnlineStatus[tempNum] = (ushort)(tempNum + 500);

@ -1 +1 @@
Subproject commit 095b99e432e41f8db97c382c3ebd5125e52f1aa4 Subproject commit 0db23f86a7c4c6e1d156ee16a350ee02d6cf384e