﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
11298	Changeset be8dd3067b broke working of DVB-C cam module	gemma.daan@…	danielk	"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."	Bug Report - General	closed	minor	0.27	MythTV - DVB	Master Head	high	fixed			0
