diff options
Diffstat (limited to 'drivers/atmodem/call-settings.c')
-rw-r--r-- | drivers/atmodem/call-settings.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/atmodem/call-settings.c b/drivers/atmodem/call-settings.c index 8c0f1dff..d540ec16 100644 --- a/drivers/atmodem/call-settings.c +++ b/drivers/atmodem/call-settings.c @@ -365,8 +365,12 @@ static gboolean at_call_settings_register(gpointer user) return FALSE; } -static int at_call_settings_probe(struct ofono_call_settings *cs) +static int at_call_settings_probe(struct ofono_call_settings *cs, int vendor, + void *data) { + GAtChat *chat = data; + + ofono_call_settings_set_data(cs, chat); g_idle_add(at_call_settings_register, cs); return 0; |