Commit latest Qisda version and Bookeen's modification

This commit is contained in:
mlt
2010-04-23 11:27:04 +00:00
committed by Godzil
parent 2c907884d1
commit f2fd2aec61
75 changed files with 182708 additions and 51781 deletions

View File

@@ -181,6 +181,10 @@ __setup("reboot=", reboot_setup);
void machine_halt(void)
{
if (pm_power_off)
pm_power_off();
while(1);
}