Removed the TUNER_LOCK_TIMEOUT in cDevice::AttachReceiver() since it caused more trouble than it fixed

This commit is contained in:
Klaus Schmidinger
2005-08-27 09:02:09 +02:00
parent c23d35e267
commit 0c27583ba9
2 changed files with 4 additions and 7 deletions

View File

@@ -3717,7 +3717,7 @@ Video Disk Recorder Revision History
functions to avoid problems on platforms that don't provide these (thanks to
David Woodhouse for his help).
2005-08-26: Version 1.3.31
2005-08-27: Version 1.3.31
- Added missing German OSD texts for 'Audio language'.
- The Setup/CICAM menu now only contains the devices that actually have a CI and
@@ -3730,3 +3730,5 @@ Video Disk Recorder Revision History
- Fixed the EPG scan, so that it doesn't use the primary device if that is
currently in Transfer-Mode from itself (thanks to Marcus Hilbrich for a bug
report that lead to this).
- Removed the TUNER_LOCK_TIMEOUT in cDevice::AttachReceiver() since it caused more
trouble than it fixed.