diff options
author | Nero <zrxu.zhang@fibocom.com> | 2024-03-14 21:32:54 +0800 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2024-04-16 12:14:45 +0200 |
commit | 04d826f563a497f2af0557982cdfae7586ca8efb (patch) | |
tree | 71991768ce0084e75e668a6e0924eada43813c19 /meson.build | |
parent | 941461a2c5c08b76319a91b1662d2b7ea63d7273 (diff) |
dispatcher-modem-setup: new modem setup dispatcher
There are cases where the user wants to configure some actions
to be run on a modem before ModemManager takes over full control.
The new "modem setup" dispatcher scripts allow running operations
in the modem after the port probing has happened and we know which
ports are usable in the device.
The scripts may e.g. change device configuration, enable modem
logging infrastructure, or any other process that would otherwise
conflict with MM's own modem management operations.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 1adc5e5d..61efb149 100644 --- a/meson.build +++ b/meson.build @@ -404,6 +404,7 @@ subdir('data') if get_option('examples') subdir('data/dispatcher-connection') subdir('data/dispatcher-fcc-unlock') + subdir('data/dispatcher-modem-setup') endif subdir('introspection') subdir('include') |