Subject: [E-devel] [PATCH] fix screen blanking with illume



SVN revision: 50536
This commit is contained in:
pwerken-e 2010-07-27 09:56:52 +00:00 committed by Carsten Haitzler
parent 98b859a22e
commit e2d6e9360d
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ e_pwr_init(void)
_system_req_state("on");
e_pwr_cfg_update();
init_going = 1;
e_pwr_init_done();
return 1;
}