Re: [PATCH] filter: pci and sdio ports under the platform driver filter

2018-05-22 Thread Aleksander Morgado
On Tue, May 22, 2018 at 11:22 PM, Dan Williams wrote: > On Tue, 2018-05-22 at 11:39 -0500, Dan Williams wrote: >> On Tue, 2018-05-22 at 17:40 +0200, Aleksander Morgado wrote: >> > On Tue, May 22, 2018 at 3:49 PM, Dan Williams >> > wrote: >> > > On Tue, 2018-05-22 at 12:31 +0200, Aleksander Morgad

ublox TOBY L200 TLS not working

2018-05-22 Thread Martin Kelly
Hi, I'm testing on master with a ublox TOBY L200 using the RNDIS interface. I'm finding that I can ping reliably (~100ms latency to Google), and I can access HTTP and FTP. However, the moment I try anything with HTTPS or TLS, I just get timeouts. In wireshark, I'm seeing a lot of TCP spurious

Re: [PATCH] filter: pci and sdio ports under the platform driver filter

2018-05-22 Thread Dan Williams
On Tue, 2018-05-22 at 11:39 -0500, Dan Williams wrote: > On Tue, 2018-05-22 at 17:40 +0200, Aleksander Morgado wrote: > > On Tue, May 22, 2018 at 3:49 PM, Dan Williams > > wrote: > > > On Tue, 2018-05-22 at 12:31 +0200, Aleksander Morgado wrote: > > > > Do not automatically probe serial ports unde

Re: [PATCH] include: add more 3GPP errors

2018-05-22 Thread Aleksander Morgado
On Tue, May 22, 2018 at 7:05 PM, Dan Williams wrote: > From 3GPP TS 27.007 version 11.6.0 Release 11, sections 9.2.1, > 9.2.2.1, 9.2.2.2, and 9.2.2.3. > --- > NOTE: if this looks OK I'll push a follow-up to fix the spacing. > LGTM > include/ModemManager-errors.h | 50 >

[PATCH] include: add more 3GPP errors

2018-05-22 Thread Dan Williams
From 3GPP TS 27.007 version 11.6.0 Release 11, sections 9.2.1, 9.2.2.1, 9.2.2.2, and 9.2.2.3. --- NOTE: if this looks OK I'll push a follow-up to fix the spacing. include/ModemManager-errors.h | 50 +++ 1 file changed, 50 insertions(+) diff --git a/include

Re: [PATCH] iface-modem-3gpp: ignore initial registration check result when enabling

2018-05-22 Thread Dan Williams
On Fri, 2018-05-18 at 22:11 +0200, Aleksander Morgado wrote: > On 16/05/18 21:45, Ben Chan wrote: > > This patch extends commit c9e85b671 ("iface-modem-3gpp: ignore > > initial > > registration check result when appropriate") to handle the > > situation > > where a registration check update may pre

Re: [PATCH] filter: pci and sdio ports under the platform driver filter

2018-05-22 Thread Dan Williams
On Tue, 2018-05-22 at 17:40 +0200, Aleksander Morgado wrote: > On Tue, May 22, 2018 at 3:49 PM, Dan Williams > wrote: > > On Tue, 2018-05-22 at 12:31 +0200, Aleksander Morgado wrote: > > > Do not automatically probe serial ports under the 'pci' or 'sdio' > > > platform drivers unless explicitly ta

Re: [PATCH] filter: pci and sdio ports under the platform driver filter

2018-05-22 Thread Aleksander Morgado
On Tue, May 22, 2018 at 3:49 PM, Dan Williams wrote: > On Tue, 2018-05-22 at 12:31 +0200, Aleksander Morgado wrote: >> Do not automatically probe serial ports under the 'pci' or 'sdio' >> platform drivers unless explicitly tagged with >> ID_MM_PLATFORM_DRIVER_PROBE. > > Hmm, now I have to dig out

Re: [PATCH] filter: pci and sdio ports under the platform driver filter

2018-05-22 Thread Dan Williams
On Tue, 2018-05-22 at 12:31 +0200, Aleksander Morgado wrote: > Do not automatically probe serial ports under the 'pci' or 'sdio' > platform drivers unless explicitly tagged with > ID_MM_PLATFORM_DRIVER_PROBE. Hmm, now I have to dig out my Nozomi card to make sure we don't break that one... It's pu

[PATCH] filter: pci and sdio ports under the platform driver filter

2018-05-22 Thread Aleksander Morgado
Do not automatically probe serial ports under the 'pci' or 'sdio' platform drivers unless explicitly tagged with ID_MM_PLATFORM_DRIVER_PROBE. $ realpath /sys/class/tty/ttyS0/ /sys/devices/pci:00/:00:16.3/tty/ttyS0 $ basename $(realpath /sys/devices/pci:00/:00:16.3/subsystem)