commit f790c5a

Michael Forney  ·  2014-01-21 03:48:46 +0000 UTC
parent b9eafce
launch: Start devices after acknowledging VT acquire
1 files changed,  +1, -1
+1, -1
 1@@ -175,8 +175,8 @@ static void handle_usr2(int signal)
 2 {
 3     struct swc_launch_event event = { .type = SWC_LAUNCH_EVENT_ACTIVATE };
 4 
 5-    start_devices();
 6     ioctl(launcher.tty_fd, VT_RELDISP, VT_ACKACQ);
 7+    start_devices();
 8     send(launcher.socket, &event, sizeof event, 0);
 9 }
10