modem: Add support for modem type TEST

This commit is contained in:
Denis Kenzior 2012-11-02 14:03:16 -05:00
parent 84aae27f62
commit e6df03b420
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ static const char *modem_type_to_string(enum ofono_modem_type type)
return "hfp";
case OFONO_MODEM_TYPE_SAP:
return "sap";
case OFONO_MODEM_TYPE_TEST:
return "test";
}
return "unknown";