mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
neutrino: 'standby after inactivity' *only* on Tripledragon
Origin commit data
------------------
Commit: 3041a680b5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-05-01 (Tue, 01 May 2012)
This commit is contained in:
@@ -2754,12 +2754,11 @@ _repeat:
|
|||||||
return messages_return::handled;
|
return messages_return::handled;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (cs_get_revision() == 1)
|
#if HAVE_TRIPLEDRAGON
|
||||||
{
|
/* TD has no FP for real shutdown -> do standby instead */
|
||||||
/* TD has no FP for real shutdown -> do standby instead */
|
standbyMode(true);
|
||||||
standbyMode(true);
|
return messages_return::handled;
|
||||||
return messages_return::handled;
|
#endif
|
||||||
}
|
|
||||||
printf("NeutrinoMessages::SLEEPTIMER: shutdown\n");
|
printf("NeutrinoMessages::SLEEPTIMER: shutdown\n");
|
||||||
ExitRun(true, (cs_get_revision() > 7));
|
ExitRun(true, (cs_get_revision() > 7));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user