Ticket #12184: cam-init-workaround.patch

File cam-init-workaround.patch, 448 bytes (added by ast@…, 11 years ago)

CAM connection establishment workaround

  • mythtv/libs/libmythtv/recorders/dvbdev/dvbci.cpp

    old new  
    481481     }
    482482  else {
    483483     esyslog("ERROR: CAM: Read failed: slot %d, tcid %d\n", slot, tcid);
    484      Init(-1, slot, tcid);
     484     if (tpdu->Tcid() == tcid)
     485       Init(-1, slot, tcid);
    485486     }
    486487  return lastResponse;
    487488}