diff options
author | Stig M. Baugstø <1129097-stigma@users.noreply.gitlab.freedesktop.org> | 2024-10-23 17:11:07 +0200 |
---|---|---|
committer | Stig M. Baugstø <1129097-stigma@users.noreply.gitlab.freedesktop.org> | 2024-10-24 15:21:57 +0200 |
commit | 0c167a51248cf9ff73f6f832e3d14e475a860e55 (patch) | |
tree | f1e6781ce3673448b16bc9e07ba60c376c22ed17 /meson_options.txt | |
parent | 78508b7dcea158c3e54386f8bfdaf0fd855ea169 (diff) |
cellient: new generic plugin for Cellient modems with optional QMI
Simple plugin handling Cellient (vid 0x2692) modems. Optional QMI
through the WITH_QMI compile flag. Disables QMI WDS PCO for the
Qualcomm-branded MPL200 by setting the ID_MM_QMI_PCO_DISABLED udev
tag, effectively preventing a modem crash.
Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/842
Signed-off-by: Stig M. Baugstø <1129097-stigma@users.noreply.gitlab.freedesktop.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 799d6c34..c0609fe8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -30,6 +30,7 @@ option('plugin_generic', type: 'feature', value: 'auto', description: 'enable ge option('plugin_altair_lte', type: 'feature', value: 'auto', description: 'enable altair lte plugin support') option('plugin_anydata', type: 'feature', value: 'auto', description: 'enable anydata plugin support') option('plugin_broadmobi', type: 'feature', value: 'auto', description: 'enable broadmobi plugin support') +option('plugin_cellient', type: 'feature', value: 'auto', description: 'enable cellient plugin support') option('plugin_cinterion', type: 'feature', value: 'auto', description: 'enable cinterion plugin support') option('plugin_dell', type: 'feature', value: 'auto', description: 'enable dell plugin support') option('plugin_dlink', type: 'feature', value: 'auto', description: 'enable dlink plugin support') |