[PATCH v2 5/5] udev: Add rules to support SpeedUp 9800 dongle

2011-08-29 Thread Philippe Nunes
--- plugins/ofono.rules |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index 7f284d4..9e7a651 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -29,6 +29,10 @@ ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0124", ENV

[PATCH v2 4/5] udev: Add rules to support Speedup 7300 dongle

2011-08-29 Thread Philippe Nunes
--- plugins/ofono.rules |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index 079db07..7f284d4 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -25,6 +25,10 @@ ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0017", ENV

[PATCH v2 3/5] udevng.c: tty assignment according OFONO_LABEL should take precedence

2011-08-29 Thread Philippe Nunes
--- plugins/udevng.c | 52 ++-- 1 files changed, 30 insertions(+), 22 deletions(-) diff --git a/plugins/udevng.c b/plugins/udevng.c index 1365bd1..40cc1ff 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -264,16 +264,18 @@ static gboolean s

[PATCH v2 2/5] udev: Add rules to support ZTE MF190 dongle

2011-08-29 Thread Philippe Nunes
--- plugins/ofono.rules |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index c7fac57..079db07 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -22,6 +22,9 @@ KERNEL!="ttyUSB[0-9]*", GOTO="ofono_tty_end" ATTRS{idVen

[PATCH v2 1/5] udev: Add rules to support ZTE MF668 dongle

2011-08-29 Thread Philippe Nunes
--- plugins/ofono.rules |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index 30a1b7e..c7fac57 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -15,6 +15,15 @@ KERNEL=="shrm0", ENV{OFONO_DRIVER}="u8500" LABE

[PATCH v2 0/5] udev rules update

2011-08-29 Thread Philippe Nunes
For Speedup dongles, the aux channel is not necessarily on the last interface (as for Speedup 8000) So, I kept the actual logic (modem is assigned on the last interface) and I added two rules for Speedup 7300 and Speedup 9800 I modified also udevng.c in order to avoid aux/modem channel assignmen

Re: [PATCH 0/5] isimodem: Add functionality to UICC

2011-08-29 Thread Aki Niemi
Hi Iiro, 2011/8/3 : > This patch adds some functionality to UICC which has been pretty much dummy > so far. > >  Makefile.am  |    3 +- >  drivers/isimodem/debug.c |  121 + >  drivers/isimodem/debug.h |    2 + >  drivers/isimodem/uicc.c  | 1282 The set that I just pushed included

Re: [PATCH 0/3] isimodem: Allow network registration automatically

2011-08-29 Thread Aki Niemi
Hi Iiro, 2011/8/3 : > Network registration is disabled by default. Enable network registration and > roaming  when network is started. > >  drivers/isimodem/debug.c                |    5 ++ >  drivers/isimodem/network-registration.c |   85 > +++ >  drivers/isimodem/n