No longer checking for EOPNOTSUPP in cDvbTuner::GetSignalQuality()

This commit is contained in:
Klaus Schmidinger
2013-02-14 13:21:34 +01:00
parent 9455b9a2b0
commit 62dfd2f996
2 changed files with 7 additions and 10 deletions

View File

@@ -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.