From aeb8f24474b95c13ad4955e672ca7a2deb123bcf Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Tue, 4 Nov 2014 21:02:30 +0200 Subject: [PATCH] Added support for Telestar Digibit R1 (Thanks to Dirk Wagner). --- HISTORY | 4 +++- server.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 58323db..9a06901 100644 --- a/HISTORY +++ b/HISTORY @@ -70,8 +70,10 @@ VDR Plugin 'satip' Revision History - Fixed the cable only device detection. - Added support for blacklisted sources. - Fixed server reuse for active transponders. -- Added a preliminary support for Fritz!WLAN Repeater DVB-C +- Added support for Fritz!WLAN Repeater DVB-C (Thanks to Christian Wick). +- Added support for Telestar Digibit R1 + (Thanks to Dirk Wagner). - Added a new device status menu. - Added a command-line switch for manually defining a SAT>IP server. diff --git a/server.c b/server.c index 6fdf271..4364a37 100644 --- a/server.c +++ b/server.c @@ -29,9 +29,9 @@ cSatipServer::cSatipServer(const char *addressP, const char *descriptionP, const if (!isempty(*descriptionM)) { // These devices contain a session id bug: // Inverto Airscreen Server IDL 400 ? - // Telestar Digibit R1 ? // Elgato EyeTV Netstream 4Sat ? 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 ) quirkM |= eSatipQuirkSessionId;