Re: [PATCH] usbmode: add config #0 and delay before actual config

2022-02-20 Thread Henrik Ginstmark
Hi I have a Huawei ME909s-120. When I switch directly from configuration #2 to #3, MBIM, the modem will not respond to any MBIM messages. I need to go via configuration #0, and a short delay, and then to configuration #3 to make my modem to respond. It´s the same for Huawei ME909s as well. BR

Re: [PATCH] usbmode: add config #0 and delay before actual config

2022-02-19 Thread Petr Štetiar
Henrik Ginstmark [2022-02-07 22:30:40]: Hi, > Add config #0 and a 100milliseconds delay before switching to actual config. > Like in USB_ModeSwitch, > https://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=4=2710=505ed44b4064fef7009f0c26aac085e2=15 can you be more specific, we need to

[PATCH] usbmode: add config #0 and delay before actual config

2022-02-07 Thread Henrik Ginstmark
Add config #0 and a 100milliseconds delay before switching to actual config. Like in USB_ModeSwitch, https://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=4=2710=505ed44b4064fef7009f0c26aac085e2=15 Signed-off-by: Henrik Ginstmark --- usbmode/src/switch.c | 5 - 1 file changed, 4