All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] Add-udev-rules-for-Speedup-dongles
@ 2011-12-21  9:37 Philippe Nunes
  2011-12-21  9:37 ` [PATCH v2 2/2] Makefile: Add Speedup udev rules to EXTRA_DIST Philippe Nunes
  2011-12-21 16:06 ` [PATCH v2 1/2] Add-udev-rules-for-Speedup-dongles Marcel Holtmann
  0 siblings, 2 replies; 4+ messages in thread
From: Philippe Nunes @ 2011-12-21  9:37 UTC (permalink / raw)
  To: ofono

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

---
 plugins/ofono-speedup.rules |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
 create mode 100644 plugins/ofono-speedup.rules

diff --git a/plugins/ofono-speedup.rules b/plugins/ofono-speedup.rules
new file mode 100644
index 0000000..f43fc7b
--- /dev/null
+++ b/plugins/ofono-speedup.rules
@@ -0,0 +1,23 @@
+# do not edit this file, it will be overwritten on update
+
+ACTION!="add|change", GOTO="ofono_speedup_end"
+
+SUBSYSTEM!="tty", GOTO="ofono_speedup_end"
+KERNEL!="ttyUSB[0-9]*", GOTO="ofono_speedup_end"
+
+# SpeedUp 7300
+ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9e00", ENV{ID_USB_INTERFACE_NUM}=="00", ENV{OFONO_LABEL}="modem"
+ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9e00", ENV{ID_USB_INTERFACE_NUM}=="03", ENV{OFONO_LABEL}="aux"
+
+# SpeedUp
+ATTRS{idVendor}=="2020", ATTRS{idProduct}=="1005", ENV{ID_USB_INTERFACE_NUM}=="03", ENV{OFONO_LABEL}="modem"
+ATTRS{idVendor}=="2020", ATTRS{idProduct}=="1005", ENV{ID_USB_INTERFACE_NUM}=="01", ENV{OFONO_LABEL}="aux"
+
+ATTRS{idVendor}=="2020", ATTRS{idProduct}=="1008", ENV{ID_USB_INTERFACE_NUM}=="03", ENV{OFONO_LABEL}="modem"
+ATTRS{idVendor}=="2020", ATTRS{idProduct}=="1008", ENV{ID_USB_INTERFACE_NUM}=="01", ENV{OFONO_LABEL}="aux"
+
+# SpeedUp 9800
+ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9800", ENV{ID_USB_INTERFACE_NUM}=="01", ENV{OFONO_LABEL}="modem"
+ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9800", ENV{ID_USB_INTERFACE_NUM}=="02", ENV{OFONO_LABEL}="aux"
+
+LABEL="ofono_speedup_end"
-- 
1.7.1


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

* [PATCH v2 2/2] Makefile: Add Speedup udev rules to EXTRA_DIST
  2011-12-21  9:37 [PATCH v2 1/2] Add-udev-rules-for-Speedup-dongles Philippe Nunes
@ 2011-12-21  9:37 ` Philippe Nunes
  2011-12-21 16:06   ` Marcel Holtmann
  2011-12-21 16:06 ` [PATCH v2 1/2] Add-udev-rules-for-Speedup-dongles Marcel Holtmann
  1 sibling, 1 reply; 4+ messages in thread
From: Philippe Nunes @ 2011-12-21  9:37 UTC (permalink / raw)
  To: ofono

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

---
 Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 337aeb7..d41f03d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -564,7 +564,8 @@ testdir = $(pkglibdir)/test
 test_SCRIPTS = $(test_scripts)
 endif
 
-EXTRA_DIST = src/genbuiltin plugins/ofono.rules $(doc_files) $(test_scripts)
+EXTRA_DIST = src/genbuiltin plugins/ofono.rules plugins/ofono-speedup.rules \
+				$(doc_files) $(test_scripts)
 
 dist_man_MANS = doc/ofonod.8
 
-- 
1.7.1


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

* Re: [PATCH v2 1/2] Add-udev-rules-for-Speedup-dongles
  2011-12-21  9:37 [PATCH v2 1/2] Add-udev-rules-for-Speedup-dongles Philippe Nunes
  2011-12-21  9:37 ` [PATCH v2 2/2] Makefile: Add Speedup udev rules to EXTRA_DIST Philippe Nunes
@ 2011-12-21 16:06 ` Marcel Holtmann
  1 sibling, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2011-12-21 16:06 UTC (permalink / raw)
  To: ofono

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

Hi Philippe,

>  plugins/ofono-speedup.rules |   23 +++++++++++++++++++++++
>  1 files changed, 23 insertions(+), 0 deletions(-)
>  create mode 100644 plugins/ofono-speedup.rules

patch has been applied. Thanks.

Regards

Marcel



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

* Re: [PATCH v2 2/2] Makefile: Add Speedup udev rules to EXTRA_DIST
  2011-12-21  9:37 ` [PATCH v2 2/2] Makefile: Add Speedup udev rules to EXTRA_DIST Philippe Nunes
@ 2011-12-21 16:06   ` Marcel Holtmann
  0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2011-12-21 16:06 UTC (permalink / raw)
  To: ofono

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

Hi Philippe,

>  Makefile.am |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)

patch has been applied. Thanks.

Regards

Marcel



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

end of thread, other threads:[~2011-12-21 16:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-21  9:37 [PATCH v2 1/2] Add-udev-rules-for-Speedup-dongles Philippe Nunes
2011-12-21  9:37 ` [PATCH v2 2/2] Makefile: Add Speedup udev rules to EXTRA_DIST Philippe Nunes
2011-12-21 16:06   ` Marcel Holtmann
2011-12-21 16:06 ` [PATCH v2 1/2] Add-udev-rules-for-Speedup-dongles Marcel Holtmann

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.