RE: [PATCH 2/3] Add dun_enable() function

2010-08-02 Thread Zhang, Zhenhua
Hi Padovan, Gustavo F. Padovan wrote: dun_enable() is called by setting the Powered property to true. It creates a rfcomm link throught the BlueZ Serial API. --- drivers/dunmodem/dunmodem.h |1 + plugins/bluetooth.h |1 + plugins/dun.c | 61

RE: [PATCH 1/3] Bluetooth DUN modem prototype

2010-08-02 Thread Zhang, Zhenhua
Hi Padovan, Gustavo F. Padovan wrote: Add a still dummy DUN code, now it can only creates and removes modems. The DUN plugin follows the HFP one a lot, the is basics a copy of some HFP plugin's parts. --- Makefile.am |6 ++ drivers/dunmodem/dunmodem.c | 51

Re: [PATCH] sim: allow partial reads of tranparent files

2010-08-02 Thread Denis Kenzior
Hi Kristen, On 07/27/2010 06:22 PM, Kristen Carlson Accardi wrote: Implement ofono_sim_read_bytes(). For transparent files, this will read num_bytes from a specified offset of a given fileid. --- include/sim.h |5 + src/sim.c | 27 --- 2 files

Re: [PATCH v3] Fix busylooped in ppp_disconnect for huawei modem

2010-08-02 Thread Denis Kenzior
Hi Zhenhua, On 07/27/2010 07:25 PM, Zhenhua Zhang wrote: Huawei modem closes the modem port after PPP disconnect. So the channel of gatchat is NULL in ppp_disconnect. In such case, we resume the chat and it causes huawei_disconnect() get called and the gprs context is removed later. Before

Add CDMA/EVDO into TODO

2010-08-02 Thread Wang, Pengzhuo
Hello All I have a plan to add CDMA/EVDO support into ofono. The attachement is TODO patch I get ready to submit into ofono. In this patch file is a simple description about what CDMA/EVDO features will be covered. I'd love to have your thoughts about this. Best Regards pengzhuo

Re: Add CDMA/EVDO into TODO

2010-08-02 Thread Marcel Holtmann
Hi Penghuo, I am not fully against submitting patches as attachments, but if you do expect reviews, then we do prefer inline patches. I would advise to start using git send-email for patch submission. From 9af61f4d2546ff28a8b1ed9546c41f5f3c945f5a Mon Sep 17 00:00:00 2001 From: Pengzhuo wang