diff options
author | Sven Schwermer <sven.schwermer@disruptive-technologies.com> | 2022-01-04 16:14:18 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-11 09:31:32 +0000 |
commit | c21bcb55263af92df930adbc27b16a30468e7b91 (patch) | |
tree | c579f960f3a93055f7faaab45d66c993b5edc20c /plugins/fibocom/mm-plugin-fibocom.c | |
parent | 6ad17fb22e2dcbb2425ffb872da2fc92d4802bbf (diff) |
fibocom: Add bearer for ECM-based connections
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 97aa2bb3..fb9a5ad1 100644 --- a/plugins/fibocom/mm-plugin-fibocom.c +++ b/plugins/fibocom/mm-plugin-fibocom.c @@ -104,7 +104,7 @@ mm_plugin_create (void) { static const gchar *subsystems[] = { "tty", "net", "usbmisc", NULL }; static const guint16 vendor_ids[] = { 0x2cb7, 0 }; - static const gchar *drivers[] = { "cdc_mbim", "qmi_wwan", NULL }; + static const gchar *drivers[] = { "cdc_mbim", "qmi_wwan", "cdc_ether", NULL }; return MM_PLUGIN ( g_object_new (MM_TYPE_PLUGIN_FIBOCOM, |