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(+) -- 2.11.0 _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev