summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Bertrand <nicolas.bertrand@linux.intel.com>2012-04-17 14:17:31 +0200
committerDenis Kenzior <denkenz@gmail.com>2012-04-17 03:11:00 -0500
commiteb8645e6f557f8e9834941e4fc29d023193d03c4 (patch)
treebf56d8d69368c92d1203b21ce3d6a9d298daacbd
parent2bc5a791d7cb91145036fe9d50d67aaad68e0047 (diff)
downloadofono-eb8645e6f557f8e9834941e4fc29d023193d03c4.tar.bz2
speedup: Use speedup specific driver for ussd
-rw-r--r--plugins/speedup.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/speedup.c b/plugins/speedup.c
index ca6ed13e..0261f495 100644
--- a/plugins/speedup.c
+++ b/plugins/speedup.c
@@ -2,7 +2,7 @@
*
* oFono - Open Source Telephony
*
- * Copyright (C) 2008-2011 Intel Corporation. All rights reserved.
+ * Copyright (C) 2008-2012 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
@@ -282,8 +282,7 @@ static void speedup_post_online(struct ofono_modem *modem)
ofono_cbs_create(modem, OFONO_VENDOR_QUALCOMM_MSM,
"atmodem", data->aux);
- ofono_ussd_create(modem, OFONO_VENDOR_QUALCOMM_MSM,
- "atmodem", data->aux);
+ ofono_ussd_create(modem, 0, "speedupmodem", data->aux);
}
static struct ofono_modem_driver speedup_driver = {