diff options
Diffstat (limited to 'plugins/modemconf.c')
-rw-r--r-- | plugins/modemconf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/modemconf.c b/plugins/modemconf.c index c8c261fa..932d6102 100644 --- a/plugins/modemconf.c +++ b/plugins/modemconf.c @@ -129,7 +129,6 @@ static struct ofono_modem *create_modem(GKeyFile *keyfile, const char *group) if (!g_strcmp0(driver, "atgen") || !g_strcmp0(driver, "g1") || !g_strcmp0(driver, "calypso") || - !g_strcmp0(driver, "hfp") || !g_strcmp0(driver, "palmpre")) set_device(modem, keyfile, group); |