From 406988b94eba99142776868b139c3674b036d80f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 28 Jan 2010 12:11:36 +0100 Subject: Disable dummy CAIF modem detection for now --- plugins/caif.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') diff --git a/plugins/caif.c b/plugins/caif.c index 13c93ca9..1c7ada86 100644 --- a/plugins/caif.c +++ b/plugins/caif.c @@ -37,6 +37,7 @@ static GSList *modem_list = NULL; static int caif_init(void) { +#if 0 struct ofono_modem *modem; modem = ofono_modem_create("caif", "ste"); @@ -46,6 +47,7 @@ static int caif_init(void) modem_list = g_slist_prepend(modem_list, modem); ofono_modem_register(modem); +#endif return 0; } -- cgit v1.2.3