Re: [vdr] [PATCH v2] Device power saving feature

2016-08-19 Thread glenvt18
Hi Klaus, Thanks for reviewing. > > diff --git a/config.c b/config.c > > index e5f5463..794c9f8 100644 > > --- a/config.c > > +++ b/config.c > > @@ -395,6 +395,9 @@ cSetup::cSetup(void) > >PositionerSpeed = 15; > >PositionerSwing = 650; > >PositionerLastLon = 0; > > + PowerdownEnable

Re: [vdr] [PATCH v2] Device power saving feature

2016-08-19 Thread Klaus Schmidinger
On 18.08.2016 17:32, glenvt18 wrote: I've renamed PowerDown() to PowerDownMode() as Lars suggested and added a comment on IsTunedToTransponder(). Klaus, could you take a look at this please. Just a few comments that came up while quickly looking over the diff. ... diff --git a/config.c b/con

[vdr] [PATCH v2] Device power saving feature

2016-08-18 Thread glenvt18
I've renamed PowerDown() to PowerDownMode() as Lars suggested and added a comment on IsTunedToTransponder(). Klaus, could you take a look at this please. A copy of this patch: http://pastebin.com/skxw80hN VDR 2.2.0 version: http://pastebin.com/JQLjMKvu Add a newline to the end of a patch file d