Re: [PATCH] add default property setter for modemconf

2010-08-09 Thread Leaf John
Sorry, I forgot the patch file.. -- Best Reagres, Leaf Johnsonleafj...@gmail.com diff -wpB --git a/plugins/modem.conf b/plugins/modem.conf index 66bf932..e1ef1cd 100644 #Author: Leaf Johnson leafj...@gmail.com #Based on ofono 0.25 #Introduciton: #This patch will add a function to modemconf.c:

Re: [PATCH] add default property setter for modemconf

2010-08-09 Thread Marcel Holtmann
Hi Leaf, I was trying to run ofono for a huawei usb modem on my meego netbook, but the udev on netbook seems not work for ofono, so that I've to mannualy write settings in modem.conf. Huawei driver needs two device, pcui modem, and I can't specify them by either Interface Device in

Re: [PATCH] add default property setter for modemconf

2010-08-09 Thread Leaf John
On common linux distros, suse, ubuntu, fedora.., ofono do auto-detect well, However, on my meego netbook, ofono won't auto detect any devices. That is the reason why i do this. For N900, we could use as an atgen modem for Huawei, we can use it with current modemconf system. so this patch becomes

Re: [PATCH] Add test scripts to to lock and unlock pin

2010-08-09 Thread Denis Kenzior
Hi Kalle, On 08/09/2010 09:22 AM, Kalle Valo wrote: --- Makefile.am |4 +++- test/lock-pin | 27 +++ test/unlock-pin | 27 +++ 3 files changed, 57 insertions(+), 1 deletions(-) create mode 100755 test/lock-pin create mode

[PATCH] Fix isimodem call forwarding.

2010-08-09 Thread Pekka . Pessi
From: Pekka Pessi pekka.pe...@nokia.com --- drivers/isimodem/call-forwarding.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/isimodem/call-forwarding.c b/drivers/isimodem/call-forwarding.c index aaf6ed8..7b4a185 100644 ---

[RFC] Add: N900 modem plugin

2010-08-09 Thread Pekka . Pessi
From: Pekka Pessi pekka.pe...@nokia.com The N900 plugin works natively on N900 with Maemo or Meego kernel. --- Makefile.am |3 + plugins/n900gpio.c | 719 +++ plugins/n900gpio.h | 55 plugins/n900modem.c | 545

[PATCH 1/3] voicecall: Rename cb-function hangup to hangup_active in core and drivers.

2010-08-09 Thread Sjur Brændeland
From: Sjur Brændeland s...@sjur-laptop.(none) --- drivers/atmodem/voicecall.c |4 ++-- drivers/calypsomodem/voicecall.c |2 +- drivers/hfpmodem/voicecall.c |2 +- drivers/isimodem/voicecall.c |2 +- drivers/stemodem/voicecall.c |2 +- include/voicecall.h

[PATCH 3/3] voicecall: manager_hangup_all should not terminate waiting calls.

2010-08-09 Thread Sjur Brændeland
From: Sjur Brændeland s...@sjur-laptop.(none) --- src/voicecall.c | 16 +++- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/voicecall.c b/src/voicecall.c index 49b9c79..4341d29 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -758,15 +758,21 @@ static void

[PATCH 1/3] stedriver: remove unsupported CAIF socket IOCTLs.

2010-08-09 Thread Sjur Brændeland
From: Sjur Brændeland sjur.brandel...@stericsson.com --- drivers/stemodem/gprs-context.c | 48 +- 1 files changed, 2 insertions(+), 46 deletions(-) diff --git a/drivers/stemodem/gprs-context.c b/drivers/stemodem/gprs-context.c index 2e54f9f..29ee446 100644

[PATCH 2/3] stedriver: Copy caif_socket.h from 2.6.36 release candidate.

2010-08-09 Thread Sjur Brændeland
From: Sjur Brændeland sjur.brandel...@stericsson.com Copied include/linux/caif/caif_socket.h and added AF_CAIF, PF_CAIF and SOL_CAIF definitions found in linux/include/socket.h. --- drivers/stemodem/caif_socket.h | 207 1 files changed, 123