Added cDevice::HasCi() so that devices with Common Interface can be avoided when tuning to an FTA channel

This commit is contained in:
Klaus Schmidinger
2007-01-13 12:14:51 +01:00
parent 87dd5139ff
commit 7751b6abb0
7 changed files with 37 additions and 9 deletions

View File

@@ -5081,3 +5081,9 @@ Video Disk Recorder Revision History
without valid CA ids VDR can't decide which CAM slot to use. However, since VDR now
automatically determines which CAM can decrypt which channel, setting fixed
channel/device relations should no longer be necessary.
2007-01-13: Version 1.5.1
- Added cDevice::HasCi() so that devices with Common Interface can be avoided
when tuning to an FTA channel, thus preserving the CAM resources even on budget
DVB cards (suggested by Petri Helin).