From c174fd29dc03eebc2de06f12ce17a521c7477be5 Mon Sep 17 00:00:00 2001 From: Sven Schwermer Date: Wed, 5 Jan 2022 15:59:04 +0100 Subject: fibocom: Add L610 support --- plugins/fibocom/mm-plugin-fibocom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/fibocom/mm-plugin-fibocom.c') diff --git a/plugins/fibocom/mm-plugin-fibocom.c b/plugins/fibocom/mm-plugin-fibocom.c index fb9a5ad1..74f25c55 100644 --- a/plugins/fibocom/mm-plugin-fibocom.c +++ b/plugins/fibocom/mm-plugin-fibocom.c @@ -103,7 +103,7 @@ G_MODULE_EXPORT MMPlugin * mm_plugin_create (void) { static const gchar *subsystems[] = { "tty", "net", "usbmisc", NULL }; - static const guint16 vendor_ids[] = { 0x2cb7, 0 }; + static const guint16 vendor_ids[] = { 0x2cb7, 0x1782, 0 }; static const gchar *drivers[] = { "cdc_mbim", "qmi_wwan", "cdc_ether", NULL }; return MM_PLUGIN ( -- cgit v1.2.3-70-g09d2