diff options
author | Sven Schwermer <sven.schwermer@disruptive-technologies.com> | 2022-07-07 15:34:58 +0200 |
---|---|---|
committer | Sven Schwermer <sven.schwermer@disruptive-technologies.com> | 2022-07-08 08:25:40 +0200 |
commit | 38646bb68fcf724159be4cf4d856037cb9c6b49c (patch) | |
tree | 08f9e026783784687b68d8702990f93376909676 /plugins/fibocom/mm-plugin-fibocom.c | |
parent | 71a3942b3fe712b95becab5159639ec6aecc0a7c (diff) |
fibocom: Add alternative L610 USB config
This is the factory-default setting. Make sure to support it as well as
the ECM/RNDIS settings. The L610 in GTUSBMODE=31 only enumerates with
serial USB interfaces using the option driver, so we need to allow that
driver too.
Signed-off-by: Sven Schwermer <sven.schwermer@disruptive-technologies.com>
Diffstat (limited to 'plugins/fibocom/mm-plugin-fibocom.c')
-rw-r--r-- | plugins/fibocom/mm-plugin-fibocom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fibocom/mm-plugin-fibocom.c b/plugins/fibocom/mm-plugin-fibocom.c index bf7985f1..4ef4d483 100644 --- a/plugins/fibocom/mm-plugin-fibocom.c +++ b/plugins/fibocom/mm-plugin-fibocom.c @@ -107,7 +107,7 @@ mm_plugin_create (void) { static const gchar *subsystems[] = { "tty", "net", "usbmisc", NULL }; static const guint16 vendor_ids[] = { 0x2cb7, 0x1782, 0 }; - static const gchar *drivers[] = { "cdc_mbim", "qmi_wwan", "cdc_ether", NULL }; + static const gchar *drivers[] = { "cdc_mbim", "qmi_wwan", "cdc_ether", "option", NULL }; return MM_PLUGIN ( g_object_new (MM_TYPE_PLUGIN_FIBOCOM, |