Add option for selecting WiFi/Supplicant driver from command line
[connman] / plugins / hso.c
index bf7c2b3..21df00d 100644 (file)
@@ -211,7 +211,7 @@ static int hso_disable(struct connman_device *device)
 }
 
 static struct connman_device_driver hso_driver = {
-       .name           = "hso-device",
+       .name           = "hso",
        .type           = CONNMAN_DEVICE_TYPE_HSO,
        .probe          = hso_probe,
        .remove         = hso_remove,
@@ -243,4 +243,4 @@ static void hso_exit(void)
 }
 
 CONNMAN_PLUGIN_DEFINE(hso, "Option HSO device plugin", VERSION,
-                                               hso_init, hso_exit)
+               CONNMAN_PLUGIN_PRIORITY_DEFAULT, hso_init, hso_exit)