summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-01-13 12:14:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-01-13 12:14:51 +0100
commit7751b6abb0b90a3d0961856e76c67b85aab66cf5 (patch)
tree04c4276125ccb9ba9d0ad3a80175330e10140218 /HISTORY
parent87dd5139ff6666d64e7e343bcff632b342c4c814 (diff)
downloadvdr-7751b6abb0b90a3d0961856e76c67b85aab66cf5.tar.gz
vdr-7751b6abb0b90a3d0961856e76c67b85aab66cf5.tar.bz2
Added cDevice::HasCi() so that devices with Common Interface can be avoided when tuning to an FTA channel
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 4649a223..f3484d4c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).