longer sleep() after reset to solve display issues (according to Tom Scofield)
This commit is contained in:
@@ -345,11 +345,11 @@ CFontz633_init (Driver * drvthis, char *args)
|
|||||||
|
|
||||||
/* Set display-specific stuff.. */
|
/* Set display-specific stuff.. */
|
||||||
if (reboot) {
|
if (reboot) {
|
||||||
debug(RPT_INFO, "CFontz633: reboot requested\n" );
|
debug(RPT_INFO, "CFontzPacket: reboot requested\n" );
|
||||||
CFontz633_reboot (drvthis);
|
CFontz633_reboot (drvthis);
|
||||||
reboot = 0;
|
reboot = 0;
|
||||||
sleep (1);
|
sleep (2);
|
||||||
debug(RPT_INFO, "CFontz633: reboot done" );
|
debug(RPT_INFO, "CFontzPacket: reboot done" );
|
||||||
}
|
}
|
||||||
|
|
||||||
CFontz633_hidecursor (drvthis);
|
CFontz633_hidecursor (drvthis);
|
||||||
|
|||||||
Reference in New Issue
Block a user