aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin.c
diff options
context:
space:
mode:
authorDaniele Palmas <dnlplm@gmail.com>2022-05-04 11:49:03 +0200
committerDaniele Palmas <dnlplm@gmail.com>2022-05-24 09:22:06 +0200
commit654c5f5014f90df7eb239b83ac88a1065e169731 (patch)
treee3b4ae95e450acdcd5d62fd93d12ad734bd253c9 /src/mm-plugin.c
parentff5840c3c7cd6b9de8881d4c081dfa9bc5e43b11 (diff)
base-modem: add subsystem vendor ID property
Subsystem vendor ID can be used for identifying PCI modems, so expose the property.
Diffstat (limited to 'src/mm-plugin.c')
-rw-r--r--src/mm-plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin.c b/src/mm-plugin.c
index 2020b376..354caf09 100644
--- a/src/mm-plugin.c
+++ b/src/mm-plugin.c
@@ -924,6 +924,7 @@ mm_plugin_create_modem (MMPlugin *self,
drivers,
mm_device_get_vendor (device),
mm_device_get_product (device),
+ mm_device_get_subsystem_vendor (device),
port_probes,
error);
if (!modem)