All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix oFono rules for 2 ZTE modem
@ 2011-07-05  8:47 Guillaume Zajac
  2011-07-05  8:47 ` [PATCH 1/2] rules: Add ofono rule for ZTE modem MF180 Guillaume Zajac
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Guillaume Zajac @ 2011-07-05  8:47 UTC (permalink / raw)
  To: ofono

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

Hi,

Those two patches add oFono rules for ZTE modems MF180 and MF668

Guillaume Zajac (2):
  rules: Add ofono rule for ZTE modem MF180
  rules: Add ofono rule for ZTE modem MF668

 plugins/ofono.rules |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


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

* [PATCH 1/2] rules: Add ofono rule for ZTE modem MF180
  2011-07-05  8:47 [PATCH 0/2] Fix oFono rules for 2 ZTE modem Guillaume Zajac
@ 2011-07-05  8:47 ` Guillaume Zajac
  2011-07-05  8:47 ` [PATCH 2/2] rules: Add ofono rule for ZTE modem MF668 Guillaume Zajac
  2011-07-06  2:07 ` [PATCH 0/2] Fix oFono rules for 2 ZTE modem Denis Kenzior
  2 siblings, 0 replies; 4+ messages in thread
From: Guillaume Zajac @ 2011-07-05  8:47 UTC (permalink / raw)
  To: ofono

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

---
 plugins/ofono.rules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/plugins/ofono.rules b/plugins/ofono.rules
index 7124143..864cf63 100644
--- a/plugins/ofono.rules
+++ b/plugins/ofono.rules
@@ -21,6 +21,9 @@ ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0031", ENV{OFONO_IFACE_NUM}=="01", E
 ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0063", ENV{OFONO_IFACE_NUM}=="03", ENV{OFONO_ZTE_TYPE}="modem"
 ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0063", ENV{OFONO_IFACE_NUM}=="01", ENV{OFONO_ZTE_TYPE}="aux"
 
+ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0117", ENV{OFONO_IFACE_NUM}=="02", ENV{OFONO_ZTE_TYPE}="modem"
+ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0117", ENV{OFONO_IFACE_NUM}=="01", ENV{OFONO_ZTE_TYPE}="aux"
+
 # Generic 0x1001
 ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1001", ENV{OFONO_IFACE_NUM}=="00", ENV{OFONO_HUAWEI_TYPE}="Modem"
 ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1001", ENV{OFONO_IFACE_NUM}=="02", ENV{OFONO_HUAWEI_TYPE}="Pcui"
-- 
1.7.1


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

* [PATCH 2/2] rules: Add ofono rule for ZTE modem MF668
  2011-07-05  8:47 [PATCH 0/2] Fix oFono rules for 2 ZTE modem Guillaume Zajac
  2011-07-05  8:47 ` [PATCH 1/2] rules: Add ofono rule for ZTE modem MF180 Guillaume Zajac
@ 2011-07-05  8:47 ` Guillaume Zajac
  2011-07-06  2:07 ` [PATCH 0/2] Fix oFono rules for 2 ZTE modem Denis Kenzior
  2 siblings, 0 replies; 4+ messages in thread
From: Guillaume Zajac @ 2011-07-05  8:47 UTC (permalink / raw)
  To: ofono

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

---
 plugins/ofono.rules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/plugins/ofono.rules b/plugins/ofono.rules
index 864cf63..3535083 100644
--- a/plugins/ofono.rules
+++ b/plugins/ofono.rules
@@ -24,6 +24,9 @@ ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0063", ENV{OFONO_IFACE_NUM}=="01", E
 ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0117", ENV{OFONO_IFACE_NUM}=="02", ENV{OFONO_ZTE_TYPE}="modem"
 ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0117", ENV{OFONO_IFACE_NUM}=="01", ENV{OFONO_ZTE_TYPE}="aux"
 
+ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0017", ENV{OFONO_IFACE_NUM}=="03", ENV{OFONO_ZTE_TYPE}="modem"
+ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0017", ENV{OFONO_IFACE_NUM}=="01", ENV{OFONO_ZTE_TYPE}="aux"
+
 # Generic 0x1001
 ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1001", ENV{OFONO_IFACE_NUM}=="00", ENV{OFONO_HUAWEI_TYPE}="Modem"
 ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1001", ENV{OFONO_IFACE_NUM}=="02", ENV{OFONO_HUAWEI_TYPE}="Pcui"
-- 
1.7.1


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

* Re: [PATCH 0/2] Fix oFono rules for 2 ZTE modem
  2011-07-05  8:47 [PATCH 0/2] Fix oFono rules for 2 ZTE modem Guillaume Zajac
  2011-07-05  8:47 ` [PATCH 1/2] rules: Add ofono rule for ZTE modem MF180 Guillaume Zajac
  2011-07-05  8:47 ` [PATCH 2/2] rules: Add ofono rule for ZTE modem MF668 Guillaume Zajac
@ 2011-07-06  2:07 ` Denis Kenzior
  2 siblings, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2011-07-06  2:07 UTC (permalink / raw)
  To: ofono

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

Hi Guillaume,

On 07/05/2011 03:47 AM, Guillaume Zajac wrote:
> Hi,
> 
> Those two patches add oFono rules for ZTE modems MF180 and MF668
> 
> Guillaume Zajac (2):
>   rules: Add ofono rule for ZTE modem MF180
>   rules: Add ofono rule for ZTE modem MF668
> 
>  plugins/ofono.rules |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)

Both patches have been applied, thanks.

Regards,
-Denis

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

end of thread, other threads:[~2011-07-06  2:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-05  8:47 [PATCH 0/2] Fix oFono rules for 2 ZTE modem Guillaume Zajac
2011-07-05  8:47 ` [PATCH 1/2] rules: Add ofono rule for ZTE modem MF180 Guillaume Zajac
2011-07-05  8:47 ` [PATCH 2/2] rules: Add ofono rule for ZTE modem MF668 Guillaume Zajac
2011-07-06  2:07 ` [PATCH 0/2] Fix oFono rules for 2 ZTE modem 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.