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

2017-04-03 Thread Aleksander Morgado
On Mon, Apr 3, 2017 at 8:52 AM, Thomas Voß wrote: > On Sun, Apr 2, 2017 at 10:37 AM, Aleksander Morgado > wrote: >> >> On Sat, Apr 1, 2017 at 10:11 PM, Thomas Voß >> wrote: >> > MBIM does not support 3gpp location data

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 wrote: > > On Sat, Apr 1, 2017 at 10:11 PM, Thomas Voß > wrote: > > MBIM does not support 3gpp location data right now. For that, > > we make sure that the location interface is not

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

2017-04-02 Thread Aleksander Morgado
On Sat, Apr 1, 2017 at 10:11 PM, Thomas Voß wrote: > 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. > --- Ideally, we would be checking if the MBIM modem

[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