Disable dummy CAIF modem detection for now

This commit is contained in:
Marcel Holtmann 2010-01-28 12:11:36 +01:00
parent badca24c5a
commit 406988b94e
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}