From 303e85e3a34e55de91f8bdc35c5bb6f4e505e112 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Thu, 12 Jan 2012 08:38:36 +0100 Subject: [PATCH] Added the required driver version for DVB-T2 --- HISTORY | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index aca4a284..b15ffa89 100644 --- a/HISTORY +++ b/HISTORY @@ -6810,5 +6810,7 @@ Video Disk Recorder Revision History - Fixed cListBase::Move() in case From and To are equal (reported by Sundararaj Reel). - Added support for DVB-T2 to libsi (thanks to Rolf Ahrenberg). -- Added support for handling DVB-T2 transponders (thanks to Rolf Ahrenberg). +- Added support for handling DVB-T2 transponders. This requires a DVB driver + with version 5.3 or higher that can handle the DTV_DVBT2_PLP_ID call (thanks + to Rolf Ahrenberg). - Fixed cConfig::Load() for g++ version 4.7.0 (thanks to Ville Skyttä).