cinterion: add support thales PCIE vid(0x1269) in the cinterion.

For SDX55 and SDX65 can identify the corrrect plugin(cinterion), and the plugin is updated to support the wwan subsystem.
This commit is contained in:
Fanice.luo
2022-08-19 09:57:10 +08:00
committed by Aleksander Morgado
parent cb676b5964
commit 484d1d065e

View File

@@ -182,9 +182,9 @@ grab_port (MMPlugin *self,
G_MODULE_EXPORT MMPlugin *
mm_plugin_create (void)
{
static const gchar *subsystems[] = { "tty", "net", "usbmisc", NULL };
static const gchar *subsystems[] = { "tty", "net", "usbmisc", "wwan", NULL };
static const gchar *vendor_strings[] = { "cinterion", "siemens", NULL };
static const guint16 vendor_ids[] = { 0x1e2d, 0x0681, 0 };
static const guint16 vendor_ids[] = { 0x1e2d, 0x0681, 0x1269, 0 };
static const MMAsyncMethod custom_init = {
.async = G_CALLBACK (cinterion_custom_init),
.finish = G_CALLBACK (cinterion_custom_init_finish),