[ANNOUNCE] VDR developer version 1.7.3

Message ID Pine.OSF.4.64.0901061830400.177602@kosh.hut.fi
State New
Headers

Commit Message

Rolf Ahrenberg Jan. 6, 2009, 4:32 p.m. UTC
  On Tue, 6 Jan 2009, Klaus Schmidinger wrote:

> - cDvbDevice now uses the FE_CAN_2G_MODULATION flag to determine whether a device
>  can handle DVB-S2. The #define is still there to allow people with older drivers
>  who don't need DVB-S2 to use this version without pathcing.

Sorry for hijacking the thread, but you forgot to rename the old 
#define. Check the attached patch.

BR,
--
rofa
  

Comments

Klaus Schmidinger Jan. 6, 2009, 4:54 p.m. UTC | #1
On 06.01.2009 17:32, Rolf Ahrenberg wrote:
> On Tue, 6 Jan 2009, Klaus Schmidinger wrote:
> 
>> - cDvbDevice now uses the FE_CAN_2G_MODULATION flag to determine
>> whether a device
>>  can handle DVB-S2. The #define is still there to allow people with
>> older drivers
>>  who don't need DVB-S2 to use this version without pathcing.
> 
> Sorry for hijacking the thread, but you forgot to rename the old
> #define. Check the attached patch.

Sorry about that. Originally I had totally deleted that, but then
decided to leave it in for convenience - and just copied the
original back without changing it.

I guess I'll totally delete it, since this is now in the driver, anyway.

Klaus
  

Patch

diff -Nru vdr-1.7.3-vanilla/dvbdevice.c vdr-1.7.3-dvbdevice/dvbdevice.c
--- vdr-1.7.3-vanilla/dvbdevice.c	2009-01-06 18:12:44.000000000 +0200
+++ vdr-1.7.3-dvbdevice/dvbdevice.c	2009-01-06 18:28:21.000000000 +0200
@@ -32,7 +32,7 @@ 
 // unpatched driver. However, with an unpatched driver it will not support
 // DVB-S2 hardware. If you have DVB-S2 hardware you need to either patch
 // the driver or modify the line that uses this macro in cDvbDevice::cDvbDevice().
-#define FE_CAN_2ND_GEN_MODULATION 0x10000000
+#define FE_CAN_2G_MODULATION 0x10000000
 
 #define DO_REC_AND_PLAY_ON_PRIMARY_DEVICE 1
 #define DO_MULTIPLE_RECORDINGS 1