Hi Tomasz,
In case the modem is disconnected during enabling process,
mbm_disconnect()
will set up data->reopen_source timer. This timer needs to be
removed in mbm_remove() to stop execution of reopen_callback() after
hardware disconnection.
---
plugins/mbm.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
patch has been applied. However as general rule for prefix of patches to
the plugin director we just use the plugin name. So in your case mbm:
would be correct. I fixed this up for you.
Regards
Marcel