RE: [PATCH 1/2] stkutil: convert text attributes to html

2010-06-22 Thread Gu, Yang
Hi, -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Kristen Carlson Accardi Sent: Tuesday, June 22, 2010 11:17 AM To: ofono@ofono.org Subject: Re: [PATCH 1/2] stkutil: convert text attributes to html On Mon, 21 Jun 2010 19:51:06 -0700

RE: [PATCH 1/5] gatppp: Add PPP server extension

2010-06-22 Thread Zhang, Zhenhua
Hi Denis, Denis Kenzior wrote: Hi Zhenhua, static enum rcr_result ipcp_rcr(struct pppcp_data *pppcp, const struct pppcp_packet *packet, guint8 **new_options, guint16 *new_len) { struct ppp_option_iter iter;

RE: [PATCH 03/11] gatppp: Add PPP server extension

2010-06-22 Thread Zhang, Zhenhua
Hi Denis, Denis Kenzior wrote: Hi Zhenhua, +void ipcp_set_server_info(struct pppcp_data *pppcp, guint32 local_addr, + guint32 peer_addr, + guint32 dns1, guint32 dns2, + guint32 nbns1, guint32 nbns2) +{ +

commit a7690918 huawei: Import huawei rules broke Huawei E1552

2010-06-22 Thread Kalle Valo
Hi, after commit a7690918 huawei: Import huawei rules my Huawei E1552 modem doesn't work anymore. The commit has this change: -SUBSYSTEMS==usb, ATTRS{bInterfaceNumber}==?*, ENV{OFONO_IFACE_NUM}=$attr{bInterfaceNumber} +SUBSYSTEMS==usb, ATTRS{bInterfaceNumber}==ff,

Re: commit a7690918 huawei: Import huawei rules broke Huawei E1552

2010-06-22 Thread Marcel Holtmann
Hi Kalle, after commit a7690918 huawei: Import huawei rules my Huawei E1552 modem doesn't work anymore. The commit has this change: -SUBSYSTEMS==usb, ATTRS{bInterfaceNumber}==?*, ENV{OFONO_IFACE_NUM}=$attr{bInterfaceNumber} +SUBSYSTEMS==usb, ATTRS{bInterfaceNumber}==ff,

RE: Ofono and PPP

2010-06-22 Thread Arun Ravindran
Hi all, Could any one help me in this? Where could be the issue? I have managed to put together ofono and conn man for an at modem interface. The atmodem is working and here is the detail of a pdp context i created.

Re: commit a7690918 huawei: Import huawei rules broke Huawei E1552

2010-06-22 Thread Denis Kenzior
Hi Kalle, Hi, after commit a7690918 huawei: Import huawei rules my Huawei E1552 modem doesn't work anymore. The commit has this change: -SUBSYSTEMS==usb, ATTRS{bInterfaceNumber}==?*, ENV{OFONO_IFACE_NUM}=$attr{bInterfaceNumber} +SUBSYSTEMS==usb, ATTRS{bInterfaceNumber}==ff,

Re: Ofono and PPP

2010-06-22 Thread Marcel Holtmann
Hi Arun, I have managed to put together ofono and conn man for an at modem interface. The atmodem is working and here is the detail of a pdp context i created.

Re: [PATCH 2/4] stk: Allow registering proactive command handlers.

2010-06-22 Thread Denis Kenzior
Hi Andrew, --- src/stk.c | 144 +++-- 1 files changed, 131 insertions(+), 13 deletions(-) diff --git a/src/stk.c b/src/stk.c index f472a63..1dd5b77 100644 --- a/src/stk.c +++ b/src/stk.c @@ -40,14 +40,85 @@ static GSList

Re: [PATCH 2/4] stk: Allow registering proactive command handlers.

2010-06-22 Thread Andrzej Zaborowski
On 22 June 2010 23:42, Denis Kenzior denk...@gmail.com wrote: Hi Andrew, ---  src/stk.c |  144  +++-- 1 files  changed, 131 insertions(+), 13 deletions(-) diff --git a/src/stk.c b/src/stk.c index f472a63..1dd5b77 100644 ---

[PATCH 2/8] stk: Allow registering proactive command handlers.

2010-06-22 Thread Andrzej Zaborowski
Synchronous handlers can fill in the struct stk_respone *rsp parameter and return TRUE. Async handlers can ignore that parameter and return FALSE. They have to call stk_respond() at some point. --- src/stk.c | 151 ++--- 1 files changed,

[PATCH 5/8] stk: Forget previous command if a new one comes.

2010-06-22 Thread Andrzej Zaborowski
--- src/stk.c | 48 1 files changed, 48 insertions(+), 0 deletions(-) diff --git a/src/stk.c b/src/stk.c index 3959dc7..b43f090 100644 --- a/src/stk.c +++ b/src/stk.c @@ -51,6 +51,8 @@ typedef gboolean (*command_handler_t)(const struct

[PATCH 6/8] Add a proactive command cancel notification.

2010-06-22 Thread Andrzej Zaborowski
--- include/stk.h |2 ++ src/stk.c |8 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/include/stk.h b/include/stk.h index ad3f6c5..4e5d01e 100644 --- a/include/stk.h +++ b/include/stk.h @@ -65,6 +65,8 @@ void *ofono_stk_get_data(struct ofono_stk *stk); void

[PATCH 8/8] stk: Handle the Display Text command.

2010-06-22 Thread Andrzej Zaborowski
--- src/stk.c | 255 ++--- 1 files changed, 244 insertions(+), 11 deletions(-) diff --git a/src/stk.c b/src/stk.c index b752e49..cf28a96 100644 --- a/src/stk.c +++ b/src/stk.c @@ -77,6 +77,7 @@ struct ofono_stk { struct stk_menu