qmi on huawei

2012-11-26 Thread Cedric Jehasse
Hi, I have a Huawei E398 dongle with a qmi interface, and i'm trying to make ofono use the qmi interface for the gprs-context atom. I have this working, but depending on how i unref the qmi_device in huawei_disable, ofono crashes or there's have a memory leak. The first approach i've tried is

qmi on huawei

2012-11-26 Thread Cedric Jehasse
Hi, I have a Huawei E398 dongle with a qmi interface, and i'm trying to make ofono use the qmi interface for the gprs-context atom. I have this working, but depending on how i unref the qmi_device in huawei_disable, ofono crashes or there's have a memory leak. The first approach i've tried is

Re: qmi on huawei

2012-11-26 Thread Marcel Holtmann
Hi Cedric, I have a Huawei E398 dongle with a qmi interface, and i'm trying to make ofono use the qmi interface for the gprs-context atom. I have this working, but depending on how i unref the qmi_device in huawei_disable, ofono crashes or there's have a memory leak. The first approach

Re: qmi on huawei

2012-11-26 Thread Cedric Jehasse
Hi Marcel, The ofono.git HEAD already sets the driver, but the qmi and net detection is not always correct. So just overwrite the values for the device nodes and see if that works for you. Thanks for the suggestion, i started on this before this change was commited. I also had the issue to

Re: qmi on huawei

2012-11-26 Thread Marcel Holtmann
Hi Cedric, The ofono.git HEAD already sets the driver, but the qmi and net detection is not always correct. So just overwrite the values for the device nodes and see if that works for you. Thanks for the suggestion, i started on this before this change was commited. I also had the