X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=plugins%2Fhso.c;h=21df00df1c14251a81ae8b6039c2a7948fc91c76;hb=7aabc6d00645abd107d0571ca121cfdbbc043e4b;hp=98708ddddd5d71033671a9a432190fbeaf15a071;hpb=63a37015b90200aa5dd9a0282dc260ea6d4b5afb;p=connman diff --git a/plugins/hso.c b/plugins/hso.c index 98708dd..21df00d 100644 --- a/plugins/hso.c +++ b/plugins/hso.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2008 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -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)