Re: Preventing MM from probing specific serial ports on supported modems

2016-09-21 Thread Bjørn Mork
Bjørn Mork writes: > I'm sure there must be some way to do this, but I'm unable to figure out > how. I want MM to completely ignore the GPS NMEA port on the MC7455. I > want that port to be handled by gpsd. And having two daemons touching > the same port does feel a bit yucky. Besides, MM doe

Re: Preventing MM from probing specific serial ports on supported modems

2016-09-21 Thread Aleksander Morgado
On Wed, Sep 21, 2016 at 8:55 AM, Bjørn Mork wrote: > Note that it is possible to have a very generic GPS port rule for all > Sierra modems, since they always use the same USB interface number. So > if there only was a way to blacklist individual USB interfaces on > otherwise managed modems... EN

Re: Preventing MM from probing specific serial ports on supported modems

2016-09-21 Thread Aleksander Morgado
On Wed, Sep 21, 2016 at 1:16 PM, Bjørn Mork wrote: >mm_plugin_create_modem(): (tty/ttyUSB1): port is blacklisted > > message in there, but that's way after the probing is finished. So it > looks like the blacklisting is applied, but doesn't affect the probing. > Which makes it a bit pointless

AW: 03f0:521d Hewlett-Packard again

2016-09-21 Thread Harald Jung - ECOS Technology
I've put this entry in the usb_device_id mbim_devs struct: { USB_VENDOR_AND_INTERFACE_INFO(0x03f0, USB_CLASS_COMM, USB_CDC_SUBCLASS_MBIM, USB_CDC_PROTO_NONE), .driver_info = (unsigned long)&cdc_mbim_info, }, now the mbim driver binds to the interface and it gets a data connection includ