From 1158141d355120e7863294423ce5586072ba916c Mon Sep 17 00:00:00 2001 From: kavanu Date: Wed, 17 May 2017 09:43:51 +0200 Subject: [PATCH] added name of "KATHREIN SatIP Server" --- server.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server.c b/server.c index 24d1d6f..1064e22 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; }