[PATCH 1/1] Allow builds to install the test scripts for debugging

2009-12-03 Thread Martin Xu
--- Makefile.am |9 +++-- bootstrap-configure |1 + configure.ac|4 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4b0d7e8..2a140c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -231,7 +231,7 @@ doc_files = doc/o

[PATCH */1] Allow builds to install the test scripts for debugging

2009-12-03 Thread Xu, Martin
So I can put the test script to a separated Moblin RPM package. It is convenient for user to debug, and remove the huge Phyton dependency on ofono package, Just like what has been done in ConnMan Moblin RPM package. ___ ofono mailing list ofono@ofono.o

Re: [PATCH 1/1] Allow builds to install the test scripts for debugging

2009-12-03 Thread Marcel Holtmann
Hi Martin, > Makefile.am |9 +++-- > bootstrap-configure |1 + > configure.ac|4 > 3 files changed, 12 insertions(+), 2 deletions(-) patch has been applied. Thanks. Regards Marcel ___ ofono mailing list ofono@of

[PATCH 1/3] Add hfp_list_calls to get current call list

2009-12-03 Thread Zhenhua Zhang
Use AT+CLCC to get current call list. --- drivers/hfpmodem/voicecall.c | 59 +- 1 files changed, 58 insertions(+), 1 deletions(-) diff --git a/drivers/hfpmodem/voicecall.c b/drivers/hfpmodem/voicecall.c index 2cd14b5..ee89ee0 100644 --- a/drivers/hfpmodem

[PATCH 2/3] Add hfp_send_dtmf to send tones for hfpmodem

2009-12-03 Thread Zhenhua Zhang
--- drivers/hfpmodem/voicecall.c | 41 - 1 files changed, 40 insertions(+), 1 deletions(-) diff --git a/drivers/hfpmodem/voicecall.c b/drivers/hfpmodem/voicecall.c index ee89ee0..37e405e 100644 --- a/drivers/hfpmodem/voicecall.c +++ b/drivers/hfpmodem/voi

[PATCH 3/3] Fix release clcc_source when voicecall driver is removed

2009-12-03 Thread Zhenhua Zhang
Release the timer to avoid invoking the callback function after voicecall driver is removed. --- drivers/atmodem/voicecall.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c index 1f8e0d1..e210454 100644 --- a/driv