Added support for devices with more than one delivery system per frontend

This commit is contained in:
Klaus Schmidinger
2012-01-08 09:27:59 +01:00
parent 76b6ae2cab
commit e197b04e4d
4 changed files with 165 additions and 88 deletions

View File

@@ -6781,7 +6781,7 @@ Video Disk Recorder Revision History
- Replaced all calls to sleep() with cCondWait::SleepMs() (thanks to Rolf Ahrenberg).
- Fixed a crash with malformed SI data (patch from vdr-portal).
2011-12-10: Version 1.7.23
2012-01-07: Version 1.7.23
- Removed the '.pl' suffix from svdrpsend.pl (sorry, I missed that one).
- Fixed bonding more than two devices.
@@ -6796,3 +6796,7 @@ Video Disk Recorder Revision History
(triggered by Ville Skytt<74> pointing out that the variable HasSnr was unused).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Added support for HbbTV to libsi (thanks to Christoph Haubrich).
- Added support for devices with more than one delivery system per frontend.
This requires a DVB driver with version 5.5 or higher that can handle the
DTV_ENUM_DELSYS call. With older drivers it will fall back to one delivery
system per frontend.