projects
/
framework
/
connectivity
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc97df3
)
Fix plugin name spelling mistake
author
Marcel Holtmann
<marcel@holtmann.org>
Fri, 2 Jan 2009 21:43:55 +0000
(22:43 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 2 Jan 2009 21:43:55 +0000
(22:43 +0100)
plugins/huawei.c
patch
|
blob
|
history
diff --git
a/plugins/huawei.c
b/plugins/huawei.c
index
d0dbe49
..
2249048
100644
(file)
--- a/
plugins/huawei.c
+++ b/
plugins/huawei.c
@@
-79,5
+79,5
@@
static void huawei_exit(void)
connman_device_driver_unregister(&huawei_driver);
}
-CONNMAN_PLUGIN_DEFINE(huawei, "
Option HUAWEI
device plugin", VERSION,
+CONNMAN_PLUGIN_DEFINE(huawei, "
HUAWEI Mobile
device plugin", VERSION,
huawei_init, huawei_exit)