diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/calypso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/calypso.c b/plugins/calypso.c index bc32258f..2d9a5e4e 100644 --- a/plugins/calypso.c +++ b/plugins/calypso.c @@ -353,7 +353,7 @@ static void calypso_populate(struct ofono_modem *modem) ofono_call_forwarding_create(modem, 0, "atmodem", data->chat); ofono_call_settings_create(modem, 0, "atmodem", data->chat); ofono_netreg_create(modem, OFONO_VENDOR_CALYPSO, "atmodem", data->chat); - ofono_voicecall_create(modem, 0, "atmodem", data->chat); + ofono_voicecall_create(modem, 0, "calypsomodem", data->chat); ofono_call_meter_create(modem, 0, "atmodem", data->chat); ofono_call_barring_create(modem, 0, "atmodem", data->chat); ofono_ssn_create(modem, 0, "atmodem", data->chat); |