Hi,

Igor schrieb:

> is it possible to disable this feature , because sometimes it's useless.
> For example, if I with rotor-plugin will try to move manually the dish to 
> east or west , this patch automatically will come back the dish to reference 
> rotational position, because LOCK was disappeared.

Well, we both know that VDR is not prepared for rotor dishes. Please try
the following to disable resending the DiSEqC commands:

- Locate the following code in dvbdevice.c, cDvbTuner::Action():

          case tsTuned:
               if (Timer.TimedOut()) {
                  tunerStatus = tsSet;
                  diseqcCommands = NULL;

- Change the last line to:

                  //diseqcCommands = NULL;

Bye.
-- 
Dipl.-Inform. (FH) Reinhard Nissl
mailto:[EMAIL PROTECTED]

_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to