stktest: Label stktest modem as type TEST

This commit is contained in:
Denis Kenzior 2012-11-02 14:04:49 -05:00
parent e6df03b420
commit f8e856a4c4
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ static void stktest_post_online(struct ofono_modem *modem)
}
static struct ofono_modem_driver stktest_driver = {
.modem_type = OFONO_MODEM_TYPE_TEST,
.name = "stktest",
.probe = stktest_probe,
.remove = stktest_remove,