[PATCH v2 0/4] Add support of Neighbor cell info inside ifxmodem driver and plugin

2011-01-09 Thread Wei, Jun
From: Wei, Jun Sent: Saturday, January 08, 2011 8:39 PM To: ofono@ofono.org Cc: Wei, Jun Subject: [PATCH v2 0/4] Add support of Neighbor cell info inside ifxmodem driver and plugin From: Jun Wei Hello, These are the v2 patches for support of Neighbor cell info inside Infineon modem driver an

[PATCH v2 1/4] ifxmodem: Add modem driver to support Neighbor cell info

2011-01-09 Thread Wei, Jun
From: Wei, Jun Sent: Saturday, January 08, 2011 8:40 PM To: ofono@ofono.org Cc: Wei, Jun Subject: [PATCH v2 1/4] ifxmodem: Add modem driver to support Neighbor cell info From: Jun Wei --- drivers/ifxmodem/cell-info.c | 506 ++ 1 files changed, 506 inser

[PATCH v2 3/4] plugin/ifx: Enable support of Neighbor cell info

2011-01-09 Thread Wei, Jun
From: Wei, Jun Sent: Saturday, January 08, 2011 8:41 PM To: ofono@ofono.org Cc: Wei, Jun Subject: [PATCH v2 3/4] plugin/ifx: Enable support of Neighbor cell info From: Jun Wei --- plugins/ifx.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/plugins/ifx.c b/plugins/if

[PATCH v2 2/4] ifxmodem: Enable support of Neighbor cell info

2011-01-09 Thread Wei, Jun
From: Wei, Jun Sent: Saturday, January 08, 2011 8:41 PM To: ofono@ofono.org Cc: Wei, Jun Subject: [PATCH v2 2/4] ifxmodem: Enable support of Neighbor cell info From: Jun Wei --- drivers/ifxmodem/ifxmodem.c |2 ++ drivers/ifxmodem/ifxmodem.h |3 +++ 2 files changed, 5 insertions(+), 0 d

[PATCH v2 4/4] Cell-info: New file included in compilation

2011-01-09 Thread Wei, Jun
From: Wei, Jun Sent: Saturday, January 08, 2011 8:41 PM To: ofono@ofono.org Cc: Wei, Jun Subject: [PATCH v2 4/4] Cell-info: New file included in compilation From: Jun Wei --- Makefile.am |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index

[PATCHv4 0/2] Support for Cinterion TC65

2011-01-09 Thread oskari . timperi
From: Oskari Timperi These patches add initial support for Cinterion TC65 modem. Hopefully no-one is messing with my tabs so that these are in good order. :-) Oskari Timperi (2): Add plugin for Cinterion TC65 modem udev: Handle TC65 modem Makefile.am|3 + plugins/tc65.c | 265 +++

[PATCHv4 2/2] udev: Handle TC65 modem

2011-01-09 Thread oskari . timperi
From: Oskari Timperi --- plugins/udev.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/plugins/udev.c b/plugins/udev.c index baec663..0daf030 100644 --- a/plugins/udev.c +++ b/plugins/udev.c @@ -494,6 +494,19 @@ static void add_calypso(struct ofono_modem

[PATCHv4 1/2] Add plugin for Cinterion TC65 modem

2011-01-09 Thread oskari . timperi
From: Oskari Timperi --- Makefile.am|3 + plugins/tc65.c | 265 2 files changed, 268 insertions(+), 0 deletions(-) create mode 100644 plugins/tc65.c diff --git a/Makefile.am b/Makefile.am index 8ad01cd..b509757 100644 --- a/Make

[PATCH] gprs: Fixing mem leak

2011-01-09 Thread Lasse.Kunnasluoto
--- src/gprs.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 58166f8..aeb505f 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -1152,8 +1152,10 @@ static struct pri_context *pri_context_create(struct ofono_gprs *gprs, if (name == NU