gobi: Disable UIM support for now and allow DMS fallback
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 25 Jun 2012 05:41:32 +0000 (22:41 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 25 Jun 2012 05:41:32 +0000 (22:41 -0700)
plugins/gobi.c

index c0879b0..04b2389 100644 (file)
@@ -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;