[mythtv-commits] Ticket #11298: Changeset be8dd3067b broke working of DVB-C cam module

MythTV noreply at mythtv.org
Wed Dec 19 13:36:38 UTC 2012


#11298: Changeset be8dd3067b broke working of DVB-C cam module
--------------------------------------+-------------------------
     Reporter:  gemma.daan@…          |      Owner:  danielk
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  MythTV - DVB          |    Version:  Master Head
     Severity:  high                  |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 In changeset be8dd3067b some "dead code" was commented out, unfortunately,
 this is not really dead code, as the "Tc->Poll()" method also makes sure
 the CAM module is working.

 This changeset causes that encrypted channels can't be recorded any more.

 {{{
             case stACTIVE:
                  if (!Tc->DataAvailable()) {
 -                   if (Tc->Poll() != OK)
 -                      ;//XXX continue;
 +//                   if (Tc->Poll() != OK)
 +//                      ;//XXX continue;
                     }
                  switch (Tc->LastResponse()) {
 }}}

 I reverted this change in my local test tree and tested it on my test
 machine, it restored the working of the CAM module.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11298>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list