summaryrefslogtreecommitdiff
path: root/plugins/hso.c
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/hso.c
parentdee314f2f013fd11b6fc15a0765d672cd788271c (diff)
downloadconnman-1c914879892265fa8cbcf85bd81c262f7c19dfb5.tar.gz
connman-1c914879892265fa8cbcf85bd81c262f7c19dfb5.tar.bz2
connman-1c914879892265fa8cbcf85bd81c262f7c19dfb5.zip
Remove useless suffix of device driver names
Diffstat (limited to 'plugins/hso.c')
-rw-r--r--plugins/hso.c2
1 files changed, 1 insertions, 1 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,