Re: [MM][PATCH] gobi: Add qmi_wwan to the list of drivers for plugin initiation.

2013-04-09 Thread Aleksander Morgado
On 04/08/2013 11:51 PM, Arman Uguray wrote: Added qmi_wwan as one of the supported drivers for the Gobi plugin. Is there any modem which doesn't work without this fix? I know it seems a clear fix to do, but it may have some side effects. The drivers filter was thought for the qcserial case,

Re: [MM][PATCH] gobi: Add qmi_wwan to the list of drivers for plugin initiation.

2013-04-09 Thread Dan Williams
On Tue, 2013-04-09 at 13:11 +0200, Aleksander Morgado wrote: On 04/08/2013 11:51 PM, Arman Uguray wrote: Added qmi_wwan as one of the supported drivers for the Gobi plugin. Is there any modem which doesn't work without this fix? I know it seems a clear fix to do, but it may have some

Re: [MM][PATCH] gobi: Add qmi_wwan to the list of drivers for plugin initiation.

2013-04-09 Thread Aleksander Morgado
On 04/09/2013 06:19 PM, Dan Williams wrote: On Tue, 2013-04-09 at 13:11 +0200, Aleksander Morgado wrote: On 04/08/2013 11:51 PM, Arman Uguray wrote: Added qmi_wwan as one of the supported drivers for the Gobi plugin. Is there any modem which doesn't work without this fix? I know it seems a

[MM][PATCH] gobi: Add qmi_wwan to the list of drivers for plugin initiation.

2013-04-08 Thread Arman Uguray
Added qmi_wwan as one of the supported drivers for the Gobi plugin. --- plugins/gobi/mm-plugin-gobi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gobi/mm-plugin-gobi.c b/plugins/gobi/mm-plugin-gobi.c index 6f2280d..ac32ae8 100644 ---