From f6c3a9ae94295b9ce5da3198482df7fa838cb351 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 29 Oct 2010 13:42:34 +0200 Subject: [PATCH] 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. --- plugins/ifx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;