Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Frontend workarounds
  • Loading branch information
WereCatf authored and perexg committed May 13, 2015
1 parent 3162615 commit 4ce39c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/input/mpegts/satip/satip.c
Expand Up @@ -385,6 +385,7 @@ satip_device_calc_uuid( tvh_uuid_t *uuid, const char *satip_uuid )
static void
satip_device_hack( satip_device_t *sd )
{
satip_frontend_t *lfe;
if(sd->sd_disable_workarounds)
return;
if (sd->sd_info.deviceid[0] &&
Expand All @@ -409,6 +410,8 @@ satip_device_hack( satip_device_t *sd )
sd->sd_no_univ_lnb = 1;
} else if (strstr(sd->sd_info.manufacturer, "AVM Berlin") &&
strstr(sd->sd_info.modelname, "FRITZ!")) {
TAILQ_FOREACH(lfe, &sd->sd_frontends, sf_link)
lfe->sf_play2 = 1;
sd->sd_fullmux_ok = 0;
sd->sd_pids_deladd = 0;
sd->sd_pids0 = 1;
Expand Down Expand Up @@ -533,6 +536,8 @@ satip_device_create( satip_device_info_t *info )
}
}

satip_device_hack(sd);

if (save)
satip_device_save(sd);

Expand Down

0 comments on commit 4ce39c6

Please sign in to comment.