base-modem: add subsystem vendor ID property

Subsystem vendor ID can be used for identifying PCI modems,
so expose the property.
This commit is contained in:
Daniele Palmas
2022-05-04 11:49:03 +02:00
parent ff5840c3c7
commit 654c5f5014
46 changed files with 96 additions and 13 deletions

View File

@@ -45,6 +45,7 @@ create_modem (MMPlugin *self,
const gchar **drivers,
guint16 vendor,
guint16 product,
guint16 subsystem_vendor,
GList *probes,
GError **error)
{