mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Merge pull request #36 from kavanu/master
Added support for Kathrein ExIP 414/E.
This commit is contained in:
commit
e092d085b8
4
server.c
4
server.c
@ -147,8 +147,8 @@ cSatipServer::cSatipServer(const char *addressP, const int portP, const char *mo
|
|||||||
// These devices don't support auto-detection of pilot tones
|
// These devices don't support auto-detection of pilot tones
|
||||||
if (strstr(*descriptionM, "GSSBOX") || // Grundig Sat Systems GSS.box DSI 400
|
if (strstr(*descriptionM, "GSSBOX") || // Grundig Sat Systems GSS.box DSI 400
|
||||||
strstr(*descriptionM, "DIGIBIT") || // Telestar Digibit R1
|
strstr(*descriptionM, "DIGIBIT") || // Telestar Digibit R1
|
||||||
strstr(*descriptionM, "Triax SatIP Converter") // Triax TSS 400
|
strstr(*descriptionM, "Triax SatIP Converter") || // Triax TSS 400
|
||||||
// Kathrein ExIP 414/E
|
strstr(*descriptionM, "KATHREIN SatIP Server") // Kathrein ExIP 414/E
|
||||||
)
|
)
|
||||||
quirkM |= eSatipQuirkForcePilot;
|
quirkM |= eSatipQuirkForcePilot;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user