summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-04 16:54:42 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-04 16:54:42 +0100
commit1c914879892265fa8cbcf85bd81c262f7c19dfb5 (patch)
tree0d839f8dcef83f13df0e5bd5fc2939b0caf66deb /plugins
parentdee314f2f013fd11b6fc15a0765d672cd788271c (diff)
downloadconnman-1c914879892265fa8cbcf85bd81c262f7c19dfb5.tar.gz
connman-1c914879892265fa8cbcf85bd81c262f7c19dfb5.tar.bz2
connman-1c914879892265fa8cbcf85bd81c262f7c19dfb5.zip
Remove useless suffix of device driver names
Diffstat (limited to 'plugins')
-rw-r--r--plugins/hso.c2
-rw-r--r--plugins/huawei.c2
-rw-r--r--plugins/novatel.c2
-rw-r--r--plugins/wifi.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/hso.c b/plugins/hso.c
index bf7c2b3a..9489cf1a 100644
--- a/plugins/hso.c
+++ b/plugins/hso.c
@@ -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,
diff --git a/plugins/huawei.c b/plugins/huawei.c
index 2249048e..c165aeab 100644
--- a/plugins/huawei.c
+++ b/plugins/huawei.c
@@ -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,
diff --git a/plugins/novatel.c b/plugins/novatel.c
index f43c5eb6..b1d7bb40 100644
--- a/plugins/novatel.c
+++ b/plugins/novatel.c
@@ -61,7 +61,7 @@ static int novatel_disable(struct connman_device *device)
}
static struct connman_device_driver novatel_driver = {
- .name = "novatel-device",
+ .name = "novatel",
.type = CONNMAN_DEVICE_TYPE_NOVATEL,
.probe = novatel_probe,
.remove = novatel_remove,
diff --git a/plugins/wifi.c b/plugins/wifi.c
index 3c8fa80f..f52d8480 100644
--- a/plugins/wifi.c
+++ b/plugins/wifi.c
@@ -497,7 +497,7 @@ static int wifi_scan(struct connman_device *device)
}
static struct connman_device_driver wifi_driver = {
- .name = "wifi-device",
+ .name = "wifi",
.type = CONNMAN_DEVICE_TYPE_WIFI,
.probe = wifi_probe,
.remove = wifi_remove,