Re: [PATCH 0/1] mbim modem: disable location interface

2017-04-03 Thread Thomas Voß
On Sun, Apr 2, 2017 at 9:18 AM, Aleksander Morgado <aleksan...@aleksander.es> wrote: > On Sat, Apr 1, 2017 at 10:11 PM, Thomas Voß > <thomas.voss.boc...@gmail.com> wrote: >> A simple patch to avoid MBIM modems reporting that they support the location >> interface.

Re: [PATCH 1/1] mbim-modem: disable location interface

2017-04-03 Thread Thomas Voß
On Sun, Apr 2, 2017 at 10:37 AM, Aleksander Morgado <aleksan...@aleksander.es> wrote: > > On Sat, Apr 1, 2017 at 10:11 PM, Thomas Voß > <thomas.voss.boc...@gmail.com> wrote: > > MBIM does not support 3gpp location data right now. For that, > > we make

[PATCH 1/1] mbim-modem: disable location interface

2017-04-01 Thread Thomas Voß
MBIM does not support 3gpp location data right now. For that, we make sure that the location interface is not reported as supported by MBIM modems. --- src/mm-broadband-modem-mbim.c | 12 1 file changed, 12 insertions(+) diff --git a/src/mm-broadband-modem-mbim.c

[PATCH 0/1] mbim modem: disable location interface

2017-04-01 Thread Thomas Voß
A simple patch to avoid MBIM modems reporting that they support the location interface. I haven't submitted patches to mailing list in quite a while, so please bear with me while I'm learning. Thanks, Thomas Thomas Voß (1): mbim-modem: disable location interface src/mm-broadband-modem