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.
This commit is contained in:
Marcel Holtmann 2010-10-29 13:42:34 +02:00
parent 080ff41db9
commit f6c3a9ae94
1 changed files with 2 additions and 1 deletions

View File

@ -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;