tools: Wait an extra second before opening the TTY

This commit is contained in:
Marcel Holtmann 2012-11-28 10:34:43 +01:00
parent a2042e442b
commit 9bcebd9758
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ static gboolean accept_handler(GIOChannel *channel, GIOCondition cond,
write_file(IFX_RESET_PATH, "1");
sleep(1);
write_file(IFX_RESET_PATH, "0");
sleep(1);
}
device_fd = open_device(option_device);