Ticket #12184: cam-init-workaround.patch
File cam-init-workaround.patch, 448 bytes (added by , 11 years ago) |
---|
-
mythtv/libs/libmythtv/recorders/dvbdev/dvbci.cpp
old new 481 481 } 482 482 else { 483 483 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); 485 486 } 486 487 return lastResponse; 487 488 }