summaryrefslogtreecommitdiffstats
path: root/plugins/ste.c
diff options
context:
space:
mode:
authorSjur Brændeland <sjur.brandeland@stericsson.com>2010-01-28 15:23:02 +0100
committerDenis Kenzior <denkenz@gmail.com>2010-01-28 15:08:23 -0600
commitddd5582a5476c6d595d6b654da3e74824fdbb2a8 (patch)
treed2a4633d014a15e01fa8a7365a175c33163de3cc /plugins/ste.c
parent7188be28f088693a70e7ecbb880669cf56ea098e (diff)
downloadofono-ddd5582a5476c6d595d6b654da3e74824fdbb2a8.tar.bz2
Add STE voice call support.
Diffstat (limited to 'plugins/ste.c')
-rw-r--r--plugins/ste.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ste.c b/plugins/ste.c
index 172e3bf1..34550c86 100644
--- a/plugins/ste.c
+++ b/plugins/ste.c
@@ -198,7 +198,7 @@ static void ste_pre_sim(struct ofono_modem *modem)
ofono_devinfo_create(modem, 0, "atmodem", data->chat);
ofono_sim_create(modem, 0, "atmodem", data->chat);
- ofono_voicecall_create(modem, 0, "atmodem", data->chat);
+ ofono_voicecall_create(modem, 0, "stemodem", data->chat);
}
static void ste_post_sim(struct ofono_modem *modem)