Unused devices can now be put into a power save mode

This commit is contained in:
Klaus Schmidinger
2024-07-06 11:19:21 +02:00
parent 749ba57dcc
commit e7ea087a6e
7 changed files with 60 additions and 7 deletions

View File

@@ -9919,7 +9919,7 @@ Video Disk Recorder Revision History
- A device is now always kept occupied if a timer is in VPS margin or needs the
transponder (thanks to Markus Ehrnsperger).
2024-06-27:
2024-07-06:
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed a possible access of a deleted object in the EIT scanner.
@@ -9932,3 +9932,6 @@ Video Disk Recorder Revision History
- Removed leftover cMenuRecordings::SetPath().
- The EIT scanner now checks whether there is a proper device before adding a
channel to the scan list.
- Unused devices can now be put into a power save mode (suggested by Markus
Ehrnsperger). Device plugins need to implement the new function
cDevice::SetPowerSaveMode() to make this work.