diff options
author | Sven Schwermer <sven.schwermer@disruptive-technologies.com> | 2022-01-05 15:59:04 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-11 09:31:32 +0000 |
commit | c174fd29dc03eebc2de06f12ce17a521c7477be5 (patch) | |
tree | 55411b4e001f7dd941361460c2c75d895b1828d3 /plugins/fibocom/mm-plugin-fibocom.c | |
parent | 2830cb32735df7f1a9389db06261b66f3bc3d42e (diff) |
fibocom: Add L610 support
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 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 ( |