All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] set huawei em770 modem device to 01 to free up 00
@ 2010-12-10 18:25 F. Gau
  2010-12-20 21:27 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: F. Gau @ 2010-12-10 18:25 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1141 bytes --]

From: M. Dietrich <mdt@emdete.de>

	device 00 is ppp capable while 01 is not. 01 does everything
	else fine so ofono works with it flawlessly.
---
 plugins/ofono.rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/ofono.rules b/plugins/ofono.rules
index da8a8ef..9369566 100644
--- a/plugins/ofono.rules
+++ b/plugins/ofono.rules
@@ -30,7 +30,7 @@ ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1401", ENV{OFONO_IFACE_NUM}=="02", E
 ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1402", ENV{OFONO_IFACE_NUM}=="00", ENV{OFONO_HUAWEI_TYPE}="Modem"
 ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1402", ENV{OFONO_IFACE_NUM}=="02", ENV{OFONO_HUAWEI_TYPE}="Pcui"
 
-ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1404", ENV{OFONO_IFACE_NUM}=="00", ENV{OFONO_HUAWEI_TYPE}="Modem"
+ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1404", ENV{OFONO_IFACE_NUM}=="01", ENV{OFONO_HUAWEI_TYPE}="Modem"
 ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1404", ENV{OFONO_IFACE_NUM}=="02", ENV{OFONO_HUAWEI_TYPE}="Pcui"
 ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1404", ENV{OFONO_HUAWEI_VOICE}="1"
 
-- 
1.7.2.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/2] set huawei em770 modem device to 01 to free up 00
  2010-12-10 18:25 [PATCH 1/2] set huawei em770 modem device to 01 to free up 00 F. Gau
@ 2010-12-20 21:27 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-12-20 21:27 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 395 bytes --]

Hi,

On 12/10/2010 12:25 PM, F. Gau wrote:
> From: M. Dietrich <mdt@emdete.de>
> 
> 	device 00 is ppp capable while 01 is not. 01 does everything
> 	else fine so ofono works with it flawlessly.
> ---
>  plugins/ofono.rules |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 

Patch has been applied, thanks.  I reworded the commit message slightly.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-20 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-10 18:25 [PATCH 1/2] set huawei em770 modem device to 01 to free up 00 F. Gau
2010-12-20 21:27 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.