From b4129337eb135a472d3841c3f1fa00017c6974eb Mon Sep 17 00:00:00 2001 From: kavanu Date: Thu, 18 May 2017 06:42:39 +0200 Subject: [PATCH] Added identifier for Kathrein ExIP 414/E to 2.2.x branch --- server.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server.c b/server.c index 24d1d6f..2f83b95 100644 --- a/server.c +++ b/server.c @@ -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; }