From b79436fd768db19f772fd0c1c8cf569581828af4 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 25 Apr 2010 13:05:37 +0200 Subject: Now handling 'turbo fec' transponders --- HISTORY | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index b3f4a535..ef7f1c43 100644 --- a/HISTORY +++ b/HISTORY @@ -6411,7 +6411,7 @@ Video Disk Recorder Revision History - The new setup option "Folders in timer menu" controls whether the file names in the timer menu are shown with their full folder path. -2010-04-18: Version 1.7.15 +2010-04-25: Version 1.7.15 - Added Macedonian language texts (thanks to Dimitar Petrovski). - Updated the Estonian OSD texts (thanks to Arthur Konovalov). @@ -6437,3 +6437,12 @@ Video Disk Recorder Revision History spared. - Fixed generating PMT language descriptors for multi language PIDs (thanks to Rolf Ahrenberg). +- Transponders that use "8psk turbo fec" (a non-standard mode used by North American + providers) are now identified by assuming that all 8psk transponders on DVB-S use + "turbo fec". In order to determine whether a certain device can handle "turbo fec", + the new driver flag FE_CAN_TURBO_FEC is checked. If your device can handle "turbo + fec", and your driver doesn't have that flag, yet, you can apply the patch from + ftp://ftp.tvdr.de/vdr/Developer/v4l-dvb-add-FE_CAN_TURBO_FEC.diff. A temporary + macro in dvbdevice.c defines the flag for all those who don't need this in the + driver, so that they can continue using an unmodified driver. + Thanks to Derek Kelly for testing this. -- cgit v1.2.3