From 378047169304d8415ad8c5838d0fe3fcd00f93c5 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Wed, 5 Oct 2011 11:55:39 +0200 Subject: tools: modemctrl: bootstrap the modem before using it --- tools/modemctrl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/modemctrl.c b/tools/modemctrl.c index ddfc530..41ae3e1 100644 --- a/tools/modemctrl.c +++ b/tools/modemctrl.c @@ -42,6 +42,8 @@ int main(int argc, char *argv[]) ipc_init(IPC_CLIENT_TYPE_CRESPO); + ipc_bootstrap(); + printf("ipc_open\n"); error = ipc_open(); -- cgit v1.1