summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-07 14:00:28 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-07 14:00:28 +0100
commit680b1b8f8721c0462f04e838dcafd799a10b5574 (patch)
tree929957eeca83cb9371a16b6d82673777ea050fd3 /HISTORY
parent40d06559bb1f4ac515fe62f913238882a8597cf6 (diff)
downloadvdr-680b1b8f8721c0462f04e838dcafd799a10b5574.tar.gz
vdr-680b1b8f8721c0462f04e838dcafd799a10b5574.tar.bz2
Removed the calls to EITScanner.UsesDevice(this) from dvb[hs]ddevice.c
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 72963102..fc43bdc1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6981,3 +6981,6 @@ Video Disk Recorder Revision History
by using "occupied".
- Fixed selecting devices for the EPG scan in case the primary device is bonded
with an other one.
+- Removed the calls to EITScanner.UsesDevice(this) from dvb[hs]ddevice.c, because
+ the code following these calls is only executed if LiveView is true, which is
+ never the case when the EITScanner switches to a channel.