Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-07 Thread Bjørn Mork
Dan Williams writes: > On Sat, 2012-05-05 at 10:41 +0200, Bjørn Mork wrote: >> Dan Williams writes: >> >> > Port layout of the Novatel 551L (LTE Band 13 device similar to the E362 >> > this Nathan's plugin targets, but USB instead of PCI-E minicard) is as >> > follows: >> > >> > 0: AT commands

Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-07 Thread Dan Williams
On Sat, 2012-05-05 at 10:41 +0200, Bjørn Mork wrote: > Dan Williams writes: > > > Port layout of the Novatel 551L (LTE Band 13 device similar to the E362 > > this Nathan's plugin targets, but USB instead of PCI-E minicard) is as > > follows: > > > > 0: AT commands > > 1: DM > > 2: another DM > >

Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-05 Thread Bjørn Mork
Dan Williams writes: > Port layout of the Novatel 551L (LTE Band 13 device similar to the E362 > this Nathan's plugin targets, but USB instead of PCI-E minicard) is as > follows: > > 0: AT commands > 1: DM > 2: another DM > 3: unknown (probably QMI; doesn't respond to $GPS_START) > 4/5: CDC Ether

Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-04 Thread Dan Williams
On Wed, 2012-05-02 at 19:16 +0200, Bjørn Mork wrote: > Nathan Williams writes: > > On Wed, May 2, 2012 at 6:11 AM, Aleksander Morgado > > wrote: > > > >> On 05/01/2012 06:07 PM, Nathan Williams wrote: > >> > Date: Thu, 22 Mar 2012 16:18:24 -0400 > >> > Subject: [PATCH 2/5] novatel: Use the ALLOWE

Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-02 Thread Bjørn Mork
Aleksander Morgado writes: >> Testing for a QMI port is currenly non-trivial. You will have to modify >> the cdc-wdm or qmi_wwan drivers to bind to the device and see if it >> replies to QMI. A nice test util for someone to write (I've been >> planning to, but haven't had the time and probably w

Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-02 Thread Aleksander Morgado
> Testing for a QMI port is currenly non-trivial. You will have to modify > the cdc-wdm or qmi_wwan drivers to bind to the device and see if it > replies to QMI. A nice test util for someone to write (I've been > planning to, but haven't had the time and probably won't either...) > would be somet

Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-02 Thread Aleksander Morgado
On 05/02/2012 07:13 PM, Nathan Williams wrote: > > 0001-novatel-Use-the-ALLOWED_SINGLE_AT-property.-Saves-5-.patch > > > From ad53cf829f42a5570e8eab46bb1ab0065110f3d8 Mon Sep 17 00:00:00 2001 > From: Nathan Williams > Date: Thu, 22 Mar 2012 16:18:24 -0400 > Subject: [PATCH] novatel: Use the ALL

Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-02 Thread Bjørn Mork
Nathan Williams writes: > On Wed, May 2, 2012 at 6:11 AM, Aleksander Morgado > wrote: > >> On 05/01/2012 06:07 PM, Nathan Williams wrote: >> > Date: Thu, 22 Mar 2012 16:18:24 -0400 >> > Subject: [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 >> > seconds on probing. >> >> Is it

Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-02 Thread Nathan Williams
Updated patch attached. - Nathan On Wed, May 2, 2012 at 11:25 AM, Aleksander Morgado wrote: > On 05/02/2012 04:53 PM, Nathan Williams wrote: > > On Wed, May 2, 2012 at 6:11 AM, Aleksander Morgado > > mailto:aleksan...@lanedo.com>> wrote: > > > > On 05/01/2012 06:07 PM, Nathan Williams wr

Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-02 Thread Aleksander Morgado
On 05/02/2012 04:53 PM, Nathan Williams wrote: > On Wed, May 2, 2012 at 6:11 AM, Aleksander Morgado > mailto:aleksan...@lanedo.com>> wrote: > > On 05/01/2012 06:07 PM, Nathan Williams wrote: > > Date: Thu, 22 Mar 2012 16:18:24 -0400 > > Subject: [PATCH 2/5] novatel: Use the ALLOWED_SIN

Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-02 Thread Nathan Williams
On Wed, May 2, 2012 at 6:11 AM, Aleksander Morgado wrote: > On 05/01/2012 06:07 PM, Nathan Williams wrote: > > Date: Thu, 22 Mar 2012 16:18:24 -0400 > > Subject: [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 > > seconds on probing. > > Is it that the modem exposes only one AT p

Re: [MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-02 Thread Aleksander Morgado
On 05/01/2012 06:07 PM, Nathan Williams wrote: > Date: Thu, 22 Mar 2012 16:18:24 -0400 > Subject: [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 > seconds on probing. Is it that the modem exposes only one AT port? Or that it exposes multiple ports but only one is needed? The pro

[MM] [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.

2012-05-01 Thread Nathan Williams
0002-novatel-Use-the-ALLOWED_SINGLE_AT-property.-Saves-5-.patch Description: Binary data ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list