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