On Thu, 2025-07-24 at 15:53 +0200, Enrico Mioso wrote: > Dear All, > > first of all, let me Than You for your great project and work. > > For my use-case, I would need a generic modem setup dispatcher - a > script which would be run at modem setup time, but for all modems, > regardless of their VID:PID. I was looking around in the code, > focusing on mm-dispatcher-modem- > setup,c::mm_dispatcher_modem_setup_run > to see how I might adapt thefunction to this need, but before > proceeding I was wondering if the feature would be acceptable, and if > I am looking in the correct place.
I think a dispatcher would be the right place for this, but I'm curious what initial set your case needs. Some setup should be generic for all devices, and we should add that properly in MM. But other setup is likely vendor, board, or device-specific and that would best be put in dispatcher scripts. Dan