added name of "KATHREIN SatIP Server"

This commit is contained in:
kavanu 2017-05-17 09:43:51 +02:00 committed by GitHub
parent c6145e1ed9
commit 1158141d35
1 changed files with 4 additions and 4 deletions

View File

@ -145,10 +145,10 @@ cSatipServer::cSatipServer(const char *addressP, const int portP, const char *mo
)
quirkM |= eSatipQuirkCiTnr;
// These devices don't support auto-detection of pilot tones
if (strstr(*descriptionM, "GSSBOX") || // Grundig Sat Systems GSS.box DSI 400
strstr(*descriptionM, "DIGIBIT") || // Telestar Digibit R1
strstr(*descriptionM, "Triax SatIP Converter") // Triax TSS 400
// Kathrein ExIP 414/E
if (strstr(*descriptionM, "GSSBOX") || // Grundig Sat Systems GSS.box DSI 400
strstr(*descriptionM, "DIGIBIT") || // Telestar Digibit R1
strstr(*descriptionM, "Triax SatIP Converter") || // Triax TSS 400
strstr(*descriptionM, "KATHREIN SatIP Server") // Kathrein ExIP 414/E
)
quirkM |= eSatipQuirkForcePilot;
}