From: Marcel Holtmann Date: Mon, 25 Jun 2012 05:41:32 +0000 (-0700) Subject: gobi: Disable UIM support for now and allow DMS fallback X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7da569f9e7ff1890617d4a80085c0ccfc97e7b56;p=platform%2Fupstream%2Fofono.git gobi: Disable UIM support for now and allow DMS fallback --- diff --git a/plugins/gobi.c b/plugins/gobi.c index c0879b0..04b2389 100644 --- a/plugins/gobi.c +++ b/plugins/gobi.c @@ -266,9 +266,6 @@ static void discover_cb(uint8_t count, const struct qmi_version *list, case QMI_SERVICE_PBM: data->features |= GOBI_PBM; break; - case QMI_SERVICE_UIM: - data->features |= GOBI_UIM; - break; case QMI_SERVICE_CAT: data->features |= GOBI_CAT; break;