diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2022-05-04 11:49:03 +0200 |
---|---|---|
committer | Daniele Palmas <dnlplm@gmail.com> | 2022-05-24 09:22:06 +0200 |
commit | 654c5f5014f90df7eb239b83ac88a1065e169731 (patch) | |
tree | e3b4ae95e450acdcd5d62fd93d12ad734bd253c9 /src/mm-plugin.h | |
parent | ff5840c3c7cd6b9de8881d4c081dfa9bc5e43b11 (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.h')
-rw-r--r-- | src/mm-plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h index b27e7a2f..89bac2e2 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -111,6 +111,7 @@ struct _MMPluginClass { const gchar **drivers, guint16 vendor, guint16 product, + guint16 subsystem_vendor, GList *probes, GError **error); |