#endif
video->shutdown();
+ // FIXME FIXME FIXME why do this?
inputMan->shutdown(); // need on raspberry shut not do any harm, hopefully
- inputMan->init(); // FIXME this breaks badly now
+ inputMan->init();
// Get video and osd back up with the new mode
if (!strcmp(config, "PAL"))
#include "recinfo.h"
#include "channel.h"
#include "event.h"
-#include "wol.h"
#include "vdrrequestpacket.h"
#include "vdrresponsepacket.h"
#include "control.h"
//TODO reinit osd
LogNT::getInstance()->info(TAG, "signalOff");
Osd::getInstance()->stopUpdate(); // turn off drawing thread
+ // FIXME FIXME FIXME why do this? Probably to do with reinitting CEC, but should refine this
InputMan::getInstance()->shutdown();
vc_tv_power_off();
- InputMan::getInstance()->init(); // FIXME
+ InputMan::getInstance()->init();
signalon=false;
return 1;
}