mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Added an info message for malfunctioning devices with quirks.
This commit is contained in:
parent
4cb25ce93c
commit
3475c179d1
2
server.c
2
server.c
@ -43,6 +43,8 @@ cSatipServer::cSatipServer(const char *addressP, const char *modelP, const char
|
||||
// These devices contain a frontend locking bug:
|
||||
if (strstr(*descriptionM, "fritzdvbc")) // Fritz!WLAN Repeater DVB-C
|
||||
quirkM |= eSatipQuirkForceLock;
|
||||
if (quirkM != eSatipQuirkNone)
|
||||
info("Malfunctioning '%s' server detected! Please, fix the firmware.", *descriptionM);
|
||||
}
|
||||
char *s, *p = strdup(*modelM);
|
||||
char *r = strtok_r(p, ",", &s);
|
||||
|
Loading…
Reference in New Issue
Block a user