workaround for transponder with same tsid/onid on hotbird (11470V, 11258H)
[enigma2.git] / lib / dvb / scan.cpp
index 71893f95ef1dc58fa5d65194fadc52397909a4a1..76c7101157a78cbaffef8f365d0a8c4f24d2c546 100644 (file)
@@ -40,6 +40,8 @@ int eDVBScan::isValidONIDTSID(int orbital_position, eOriginalNetworkID onid, eTr
        case 0:
        case 0x1111:
                return 0;
+       case 0x13E:  // workaround for 11258H and 11470V on hotbird with same ONID/TSID (0x13E/0x578)
+               return orbital_position != 130 || tsid != 0x578;
        case 1:
                return orbital_position == 192;
        case 0x00B1: