summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-14 13:21:34 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-14 13:21:34 +0100
commit62dfd2f996cb9480ea2c1db054a2fa657de0900b (patch)
treef5db8881db9705ca3dc2fd77269332f706dbe950 /HISTORY
parent9455b9a2b09d12746e4de1ba7f47d9383ecda0a8 (diff)
downloadvdr-62dfd2f996cb9480ea2c1db054a2fa657de0900b.tar.gz
vdr-62dfd2f996cb9480ea2c1db054a2fa657de0900b.tar.bz2
No longer checking for EOPNOTSUPP in cDvbTuner::GetSignalQuality()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 68c2c6ae..37136f79 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7612,3 +7612,6 @@ Video Disk Recorder Revision History
- Updated the Lithuanian OSD texts (thanks to Valdemaras Pipiras).
- The timeout for trying to switch to a valid programme is now reset immediately once
a programme has been found.
+- No longer checking for EOPNOTSUPP in cDvbTuner::GetSignalQuality() to avoid breaking
+ this function in case the driver suddenly decides to return a different errno value
+ if an operation is not supported.