mbox series

[LEDE-DEV,0/3] usb-modeswitch: adding new modes supporting new config format

Message ID 20171218140056.11551-1-bjorn@mork.no
Headers show
Series usb-modeswitch: adding new modes supporting new config format | expand

Message

Bjørn Mork Dec. 18, 2017, 2 p.m. UTC
The usb_modeswitch application is continously updated with new modes, and
it's configuration data is updated accordingly by replacing explicit
switching messages with references to these new modes.

This has caused regressions in the OpenWrt usb-modeswitch package when
the configuration data was updated without adding support for the new
modes first. Explicit switching messages for existing devices have been
replaced with new mode references, which the OpenWrt parser failed to
understand.

This series is an attempt to add support for all the missing modes. I'm
not sure about the Pantech support, as it complicates stuff quite a bit
for little gain AFAICS.  But it's there if you want it.

This is build tested only.  I dont' own any of the affected modems.


Bjørn Mork (3):
  fix support for Option modems
  support Quanta and Blackberry modes
  support PantechMode

 convert-modeswitch.pl | 12 ++++++++++++
 switch.c              | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)