Hi Christopher,
On 08/16/2012 04:01 AM, Christopher Vogl wrote:
---
plugins/telit.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Patch has been applied, however...
diff --git a/plugins/telit.c b/plugins/telit.c
index 6ae7249..08ce4ad 100644
--- a/plugins/telit.c
+++ b/plugins/telit.c
@@ -552,7 +552,7 @@ static void telit_pre_sim(struct ofono_modem *modem)
DBG("%p", modem);
ofono_devinfo_create(modem, 0, "atmodem", data->chat);
- data->sim = ofono_sim_create(modem, 0, "atmodem", data->chat);
+ data->sim = ofono_sim_create(modem, OFONO_VENDOR_TELIT, "atmodem",
data->chat);
Please be mindful of the 80 character per line limit. I amended the
patch for you, just this time... ;)
ofono_voicecall_create(modem, 0, "atmodem",
data->chat);
}
Regards,
-Denis