summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-14 10:04:04 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-14 10:04:04 +0200
commitfaf7d4b743f63d15c8509db7586e28655a092e64 (patch)
tree9341561ec9ee8b402df12dc960021ed46e736fc4 /HISTORY
parentd7053e30ac3e971e8b27d2ae16b000e60cf302e3 (diff)
downloadvdr-faf7d4b743f63d15c8509db7586e28655a092e64.tar.gz
vdr-faf7d4b743f63d15c8509db7586e28655a092e64.tar.bz2
Added a check for Setup.DiSEqC in cDvbDevice::ProvidesTransponder()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8a476e03..182a4af0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3519,3 +3519,6 @@ Video Disk Recorder Revision History
- Some cable providers don't mark short channel names according to the standard,
but rather go their own way and use "name>short name". VDR now splits at this
character for cable channels (thanks to Gerhard Steiner for reporting this one).
+- Added a check for Setup.DiSEqC in cDvbDevice::ProvidesTransponder(), otherwise
+ the EPG scan didn't work on systems that don't use DiSEqC (thanks to Michael
+ Reinelt for reporting this one).