Re: [PATCH 6/8] plugins: add gps atom to mbm

2010-12-27 Thread Rafael Ignacio Zurita
Hi Denis, On Wed, Dec 22, 2010 at 03:58:53PM -0600, Denis Kenzior wrote: Hi Rafael, - if (modem_dev == NULL || data_dev == NULL) + if (modem_dev == NULL || data_dev == NULL || gps_dev == NULL) return -EINVAL; I don't think that failing because the gps device isn't

Fix minor issue in set up menu handling

2010-12-27 Thread Jeevaka Badrappan
Hi, menu_changed signal is emitted incase of stk_menu_create_from_set_up_menu failure as well. This patch changes the order of menu_changed signal and also introduces NULL check. Regards, Jeevaka badrjee (1): stk: fix issue in set up menu handling src/stk.c | 28

[PATCH] stk: fix issue in set up menu handling

2010-12-27 Thread Jeevaka Badrappan
--- src/stk.c | 28 +++- 1 files changed, 15 insertions(+), 13 deletions(-) diff --git a/src/stk.c b/src/stk.c index 9dcbda6..5e5c2e4 100644 --- a/src/stk.c +++ b/src/stk.c @@ -1093,26 +1093,28 @@ static gboolean handle_command_set_up_menu(const struct stk_command

Re: [PATCH] stk: fix issue in set up menu handling

2010-12-27 Thread Denis Kenzior
Hi Jeevaka, On 12/27/2010 01:07 PM, Jeevaka Badrappan wrote: --- src/stk.c | 28 +++- 1 files changed, 15 insertions(+), 13 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list

Failed to create CAIF socket for AT

2010-12-27 Thread krishna k
Hi Sjur, Thanks a ton for your support. By tweaking add_modem() function in udev.c lead to success of modem enumration properly and we are able to perform all basic operations like dirty call making, sms-sending, sms-receive, etc... We are using oFono-0.36 with Linux-2.6.36-rc1 kernel.