summaryrefslogtreecommitdiffstats
path: root/plugins/ifx.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-29 13:42:34 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-29 13:42:34 +0200
commitf6c3a9ae94295b9ce5da3198482df7fa838cb351 (patch)
treee9c6d7000a42e81e9ad086047e309813ac014ac0 /plugins/ifx.c
parent080ff41db96df4a04dfc9f4fbf62fa4b3ef385e3 (diff)
downloadofono-f6c3a9ae94295b9ce5da3198482df7fa838cb351.tar.bz2
ifx: Enable vendor quirk for GPRS atom
Enabling the Infineon specific vendor quirk for the GPRS atom will enable support for the GPRS suspend notifications.
Diffstat (limited to 'plugins/ifx.c')
-rw-r--r--plugins/ifx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ifx.c b/plugins/ifx.c
index 0d46c032..037273ab 100644
--- a/plugins/ifx.c
+++ b/plugins/ifx.c
@@ -734,7 +734,8 @@ static void ifx_post_online(struct ofono_modem *modem)
if (mw)
ofono_message_waiting_register(mw);
- gprs = ofono_gprs_create(modem, 0, "atmodem", data->dlcs[NETREG_DLC]);
+ gprs = ofono_gprs_create(modem, OFONO_VENDOR_IFX,
+ "atmodem", data->dlcs[NETREG_DLC]);
if (!gprs)
return;