From dff2657093f947533c5855a68874f2dffa8a4858 Mon Sep 17 00:00:00 2001 From: Jesper Larsen Date: Thu, 18 Jul 2013 09:49:58 +0200 Subject: [PATCH] sim900: Use SIM900 quirk for gprs context Use the module specific quirk for gprs by using the vendor entry OFONO_VENDOR_SIMCOM_SIM900 --- plugins/sim900.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sim900.c b/plugins/sim900.c index 5d3cd922..a7728cd2 100644 --- a/plugins/sim900.c +++ b/plugins/sim900.c @@ -361,7 +361,7 @@ static void sim900_post_sim(struct ofono_modem *modem) if (gprs == NULL) return; - gc = ofono_gprs_context_create(modem, OFONO_VENDOR_SIMCOM, + gc = ofono_gprs_context_create(modem, OFONO_VENDOR_SIMCOM_SIM900, "atmodem", data->dlcs[GPRS_DLC]); if (gc) ofono_gprs_add_context(gprs, gc);