Quoting Claas Hilbrecht:

> > I thought this is disabled with "softdevice.Suspend = 0"? After looking
> > at  the README file I see no other option to disable this behaviour. I'm
> > missing something?
>
> It seems that this code piece in softdevice.c is resposible for the suspend:
>
> #if VDRVERSNUM >= 10501
> void cPluginSoftDevice::MainThreadHook(void)
> {
>   setupStore->doSuspend =
>     setupStore->shouldSuspend || ShutdownHandler.IsUserInactive();
> }
> #endif

I've been at the same piece of code, but before introducing
another setup menue entry, isn't it possible to set vdr's
inactivity timer to 0 minutes for disabling ?

>
> If I didn't miss something is it not possible to disable this feature. I
> wonder if a never-suspend-patch (that I could write) would be accepted by
> the developers to recreate the previous behaviour?
>

Stefan Lucke
_______________________________________________
Softdevice-devel mailing list
Softdevice-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/softdevice-devel

Reply via email to