Use a more detailed list of special/default SSIDs
[connman] / plugins / huawei.c
index d0dbe49..c1a2c0d 100644 (file)
@@ -61,7 +61,7 @@ static int huawei_disable(struct connman_device *device)
 }
 
 static struct connman_device_driver huawei_driver = {
-       .name           = "huawei-device",
+       .name           = "huawei",
        .type           = CONNMAN_DEVICE_TYPE_HUAWEI,
        .probe          = huawei_probe,
        .remove         = huawei_remove,
@@ -79,5 +79,5 @@ static void huawei_exit(void)
        connman_device_driver_unregister(&huawei_driver);
 }
 
-CONNMAN_PLUGIN_DEFINE(huawei, "Option HUAWEI device plugin", VERSION,
-                                               huawei_init, huawei_exit)
+CONNMAN_PLUGIN_DEFINE(huawei, "HUAWEI Mobile device plugin", VERSION,
+               CONNMAN_PLUGIN_PRIORITY_DEFAULT, huawei_init, huawei_exit)